blob: d223931ec4dac36b0efdc956a4bc5fe1ac919ae3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Uncomment this line to define a global platform for your project
platform :ios, "11.1"
target "Juick" do
pod 'AFNetworking'
pod 'MWFeedParser'
pod 'TTTAttributedLabel'
pod 'PDKeychainBindingsController'
pod 'YYModel'
pod 'DateTools'
pod 'TagListView-ObjC'
pod 'PHFComposeBarView'
end
|