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