-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
33 lines (28 loc) · 886 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
# Uncomment the next line to define a global platform for your project
target 'AvanadeAIProject' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
inhibit_all_warnings!
# Pods for AvanadeAIProject
pod 'MicrosoftAzureMobile', '~> 3.4.0'
pod 'SkyFloatingLabelTextField', '~> 3.0'
pod 'TransitionButton'
pod 'UIImageViewAlignedSwift'
pod 'CHTCollectionViewWaterfallLayout'
pod 'Cosmos', '~> 13.0'
pod 'Eureka'
pod 'IQKeyboardManagerSwift'
pod 'LGButton'
pod 'Kingfisher', '~> 4.0'
pod 'SimpleImageViewer', '~> 1.1.1'
pod 'AcknowList'
pod 'Toast-Swift', '~> 3.0.1'
pod 'Gloss', '~> 2.0'
pod 'KeychainSwift', '~> 10.0'
pod 'JWTDecode', '~> 2.1'
pod 'GoogleSignIn'
pod 'FacebookCore'
pod 'FacebookLogin'
end