From 99a6dca51bce9fdc54de757d3f3ccb1c5f7350bb Mon Sep 17 00:00:00 2001 From: Sascha Hoellger Date: Tue, 10 Jul 2012 22:25:33 +0200 Subject: [PATCH] [Update] SVHTTPRequest (0.2) --- SVHTTPRequest/0.2/SVHTTPRequest.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 SVHTTPRequest/0.2/SVHTTPRequest.podspec diff --git a/SVHTTPRequest/0.2/SVHTTPRequest.podspec b/SVHTTPRequest/0.2/SVHTTPRequest.podspec new file mode 100644 index 00000000..f60f6385 --- /dev/null +++ b/SVHTTPRequest/0.2/SVHTTPRequest.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = "SVHTTPRequest" + s.version = "0.2" + s.summary = "Simple REST client for iOS and Mac." + s.homepage = "http://samvermette.com/310" + s.license = 'MIT' + s.author = { "Sam Vermette" => "hello@samvermette.com" } + s.source = { :git => "https://github.com/samvermette/SVHTTPRequest.git", :tag => "0.2" } + s.requires_arc = true + s.platform = :ios, '5.0' + s.source_files = 'SVHTTPRequest/*.{h,m}' +end