blob: d3642744337ba43b2176ca0adae27577ba025cad (
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, "6.0"
target "Juick" do
pod 'MWFeedParser'
pod 'TTTAttributedLabel'
pod 'Masonry'
pod 'SWRevealViewController'
pod 'PDKeychainBindingsController'
pod 'RestKit'
pod 'JMImageCache'
pod 'FontAwesome+iOS'
end
target "JuickTests" do
end
|