blob: 61ba2859200386122193976f54d3872e208675a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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'
pod 'UIView+Shimmer'
end
|