summaryrefslogtreecommitdiff
path: root/Podfile
blob: 68fc736377158d5d7780804700b7bda5a8fe2b88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Uncomment this line to define a global platform for your project
platform :ios, "11.1"
use_frameworks!

target "Juick" do
    pod 'AFNetworking'
    pod 'MWFeedParser'
    pod 'TTTAttributedLabel'
    pod 'PDKeychainBindingsController'
    pod 'YYModel'
    pod 'YYWebImage'
    pod 'DateTools'
    pod 'TagListView-ObjC'
    pod 'PHFComposeBarView'
end