Files
JBChartView/SVHTTPRequest/0.0.1/SVHTTPRequest.podspec
T
2012-06-30 00:27:45 +02:00

13 lines
531 B
Ruby

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