From b3614aeb693283fcf2bd2ff82e664464bb7ce9f7 Mon Sep 17 00:00:00 2001 From: Ash Furrow Date: Thu, 28 Feb 2013 14:00:10 -0500 Subject: [PATCH] [Add] Foursquare-API-v2 (0.0.1) --- .../0.0.1/Foursquare-API-v2.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Foursquare-API-v2/0.0.1/Foursquare-API-v2.podspec diff --git a/Foursquare-API-v2/0.0.1/Foursquare-API-v2.podspec b/Foursquare-API-v2/0.0.1/Foursquare-API-v2.podspec new file mode 100644 index 00000000..2a36da7d --- /dev/null +++ b/Foursquare-API-v2/0.0.1/Foursquare-API-v2.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + s.name = "Foursquare-API-v2" + s.version = "0.0.1" + s.summary = "Foursquare API v2 For iOS." + s.homepage = "https://github.com/Constantine-Fry/Foursquare-API-v2" + + s.license = 'Unspecified' + s.author = { "Constantine Fry" => "constantine.fry@gmail.com" } + + s.source = { :git => "https://github.com/Constantine-Fry/Foursquare-API-v2.git", :commit => "b90d86b88bf8a164ffd45b80eff279b7ec1c828f" } + + s.platform = :ios, '5.0' + + s.source_files = 'Classes', 'Foursquare2/**/*.{h,m}' + + s.requires_arc = true +end