summaryrefslogtreecommitdiff
path: root/Podfile
blob: 5a03bd907d464f4b7c92d2b2078beeb693e55690 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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 'SDWebImage'
pod 'FontAwesome+iOS'
pod 'NSDate+TimeAgo'
pod 'JVFloatLabeledTextField'
pod 'SVPullToRefresh'
pod 'SIAlertView'
end

target "JuickTests" do

end