forked from HabitRPG/habitica-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
32 lines (29 loc) · 859 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
platform :ios, '7.0'
target 'Habitica' do
pod 'CRToast', :git => 'https://github.com/cruffenach/CRToast'
pod 'FontAwesomeIconFactory'
pod 'RestKit', '~> 0.26'
pod 'RestKit/Testing'
pod 'PDKeychainBindingsController', '~> 0.0.1'
pod 'VTAcknowledgementsViewController'
pod 'YYWebImage', '~> 1.0.1'
pod 'DateTools'
pod 'NSString+Emoji'
pod 'XLForm'
pod 'FLEX', '~> 2.0', :configurations => ['Debug']
pod 'pop'
pod 'DTCoreText'
pod 'CargoBay', :git => 'https://github.com/segiddins/CargoBay.git', :branch => 'v1'
pod 'MRProgress'
pod 'Google/Analytics', '~> 1.0.0'
pod 'VTAcknowledgementsViewController'
pod 'KLCPopup'
pod 'EAIntroView'
pod 'AttributedMarkdown', :git => 'https://github.com/dreamwieber/AttributedMarkdown.git'
pod 'Amplitude-iOS', '~> 3.5.0'
pod 'Masonry'
target 'HabiticaTests' do
inherit! :search_paths
pod 'OHHTTPStubs'
end
end