summaryrefslogtreecommitdiff
path: root/Podfile
blob: f254f2d13cd1d78e2db2de5f044efb1fcda6ba83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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'
end

target "JuickTests" do

end