blob: 6e76662ef33a9c4c02a1849f3854f5e6d4f88c7a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Uncomment this line to define a global platform for your project
platform :ios, "9.3"
target "Juick" do
pod 'AFNetworking'
pod 'MWFeedParser'
pod 'TTTAttributedLabel'
pod 'SWRevealViewController'
pod 'PDKeychainBindingsController'
pod 'YYModel'
pod 'YYWebImage'
pod 'FontAwesome+iOS'
pod 'DateTools'
pod 'SIAlertView'
pod 'XLForm'
pod 'PHFComposeBarView'
end
|