From 566f122683240ea47f391033ec4e11ef424e7a5c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 30 Oct 2013 00:50:34 +0400 Subject: Working main feed --- Podfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Podfile (limited to 'Podfile') diff --git a/Podfile b/Podfile new file mode 100644 index 0000000..d67c54c --- /dev/null +++ b/Podfile @@ -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 + -- cgit v1.2.3