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

target "Juick" do
pod 'MWFeedParser'
end

target "JuickTests" do

end