-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
46 lines (40 loc) · 1.11 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Subterminal' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Subterminal
target 'SubterminalTests' do
inherit! :complete
# Pods for testing
end
target 'SubterminalUITests' do
inherit! :complete
# Pods for testing
end
pod 'SharkORM', '~> 2.1.3'
pod 'Firebase/Core'
pod 'Firebase/AdMob'
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'
pod 'Alamofire', '~> 4.3'
pod 'PureLayout', '~> 3.0.2'
pod 'ImageSlideshow', '~> 1.0.0'
pod 'AlamofireImage', '~> 3.1'
pod 'ImageSlideshow/Alamofire'
pod 'HTagView'
pod 'DropDown'
pod 'RAMAnimatedTabBarController', '~> 2.0.13'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
#pod 'FBSDKShareKit'
pod 'SearchTextField'
#pod 'Stripe'
pod 'SwiftSpinner'
pod 'IQKeyboardManagerSwift'
pod 'ImagePicker'
pod 'Charts/Realm'
pod 'UITextField+Shake', '~> 1.1'
pod 'Bohr'
pod 'ReachabilitySwift', '~> 3'
pod 'SwiftyStoreKit', '~> 0.8.6'
end