diff options
Diffstat (limited to 'Podfile')
-rw-r--r-- | Podfile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,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 + |