This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
52 lines (47 loc) · 1.6 KB
/
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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Bookwitty' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
plugin 'cocoapods-keys', {
:project => "Bookwitty",
:keys => [
"BookwittyAPIClientKey",
"BookwittyAPIClientSecret",
"BookwittyEnvironment",
"BookwittyServerBaseURL",
"BookwittyGoogleAnalyticsIdentifier",
"BookwittyIFramelyKey"
]
}
# Pods for Bookwitty
pod 'Moya', '8.0.0'
pod 'Fabric', '1.6.11'
pod 'Crashlytics', '3.8.4'
pod 'Google/Analytics', '3.0.3'
pod 'FacebookCore', '0.2.0'
pod 'FacebookLogin', '0.2.0'
pod 'FacebookShare', '0.2.0'
pod 'FLKAutoLayout', '1.0.0'
pod 'SwiftMessages', '3.1.4'
pod 'EMCCountryPickerController', :git => 'https://github.com/Keeward/EMCCountryPickerController', :tag => '1.4.0'
pod 'TTTAttributedLabel', '2.0.0'
pod 'SwiftyJSON', '3.1.4'
pod 'ALCameraViewController', '1.2.7'
pod 'Spine', :git => 'https://github.com/Keeward/Spine.git', :tag => '0.3.1'
pod 'AsyncDisplayKit', '2.2'
pod 'SwiftLinkPreview', '2.0.0'
pod 'SDWebImage', '4.0.0'
pod 'UIImageViewAlignedSwift', '0.3.1'
pod 'Segmentio', '2.1.2'
pod 'DTCoreText', '1.6.20'
pod 'SwiftLoader', :git => 'https://github.com/keeward/SwiftLoader', :tag => '0.3.1'
pod 'Version', :git => 'https://github.com/opwoco/Version'
pod 'ReachabilitySwift', '3'
pod 'GSImageViewerController', '1.2.1'
target 'BookwittyTests' do
inherit! :search_paths
# Pods for testing
pod 'Google/Analytics', '3.0.3'
end
end