summaryrefslogtreecommitdiff
path: root/Podfile
blob: ff63ed93bae19d609bd5ab3879424166f77e5cae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Uncomment this line to define a global platform for your project
platform :ios, "6.0"

target "Juick" do
pod 'MWFeedParser'
pod 'TTTAttributedLabel'
end

target "JuickTests" do

end