-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPodfile
28 lines (25 loc) · 829 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
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
inhibit_all_warnings!
def all_pods
pod 'AWSCore'
pod 'AWSDynamoDB'
pod 'AWSS3'
pod 'Realm'
pod 'RealmSwift'
pod 'FontAwesome.swift'
pod 'Eureka', :git => 'https://github.com/xmartlabs/Eureka.git', :branch => 'master'
pod 'Arcane', :git => 'https://github.com/onmyway133/Arcane.git', :branch => 'master'
pod 'KDCircularProgress', :git => 'https://github.com/kaandedeoglu/KDCircularProgress.git', :branch => 'master'
pod 'ChameleonFramework/Swift', :git => 'https://github.com/ViccAlexander/Chameleon.git'
pod 'ReachabilitySwift'
pod 'ActionSheetPicker-3.0'
pod 'SwiftLocation'
pod 'FileBrowser'
pod 'KeychainAccess'
pod 'ReactiveSwift'
end
target :'iOS' do
platform :ios, '9.0'
all_pods
end