-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
48 lines (40 loc) · 1.22 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Money2020' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Money2020
pod 'Firebase/Database'
pod 'Firebase/Storage'
pod 'Firebase/Auth'
pod 'Firebase/Core'
pod 'Firebase/Messaging'
pod 'ChameleonFramework/Swift', :git => 'https://github.com/ViccAlexander/Chameleon.git'
pod 'Spring', :git => 'https://github.com/MengTo/Spring.git', :branch => 'swift3'
pod 'HanekeSwift', :git => 'https://github.com/Haneke/HanekeSwift.git', :branch => 'feature/swift-3'
pod "MXParallaxHeader"
pod 'BBBadgeBarButtonItem'
pod 'Alamofire', '~> 4.0'
pod 'AMTumblrHud'
pod 'SwiftyJSON'
pod 'JGProgressHUD'
pod 'DGActivityIndicatorView'
pod 'Sync', '~> 3'
pod "PromiseKit", "~> 4.0"
pod 'PromiseKit/Alamofire'
pod 'PromiseKit/CoreLocation'
pod 'SwiftyBeaver'
pod 'SwiftLint'
pod 'ObjectMapper'
pod 'DZNEmptyDataSet'
pod 'KILabel', '1.0.0'
pod 'PageMenu'
target 'Money2020Tests' do
inherit! :search_paths
# Pods for testing
end
target 'Money2020UITests' do
inherit! :search_paths
# Pods for testing
end
end