diff --git a/SVHTTPRequest/0.0.1/SVHTTPRequest.podspec b/SVHTTPRequest/0.0.1/SVHTTPRequest.podspec new file mode 100644 index 00000000..769c0a81 --- /dev/null +++ b/SVHTTPRequest/0.0.1/SVHTTPRequest.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = "SVHTTPRequest" + s.version = "0.0.1" + 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", :commit => "31ec15badeefe171beb605962b03ffe5fa2e5f7b" } + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + s.source_files = 'SVHTTPRequest/*.{h,m}' +end