forked from SH4CK3RS/iOS1_Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
56 lines (45 loc) · 955 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'
workspace 'Buok'
project 'Buok/HeroUI.xcodeproj'
project 'Buok/HeroCommon.xcodeproj'
project 'Buok/HeroNetwork.xcodeproj'
project 'Buok'
target 'Buok' do
inhibit_all_warnings!
use_frameworks!
# Pods for Buok
pod 'SnapKit'
pod 'Firebase/Analytics'
pod 'Firebase/Messaging'
pod 'Firebase/Auth'
pod 'GoogleSignIn'
pod 'SwiftyJSON'
pod 'SwiftLint'
pod 'Promises'
pod 'Pageboy'
pod 'lottie-ios'
pod 'KakaoSDK'
pod 'Kingfisher'
target 'BuokTests' do
inherit! :search_paths
# Pods for testing
end
target 'BuokUITests' do
# Pods for testing
end
end
target 'HeroUI' do
project 'HeroUI/HeroUI'
pod 'SnapKit'
pod 'SwiftLint'
end
target 'HeroCommon' do
project 'HeroCommon/HeroCommon'
pod 'SwiftLint'
end
target 'HeroNetwork' do
project 'HeroNetwork/HeroNetwork'
pod 'Alamofire'
pod 'SwiftLint'
end