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