Removes OS X suport.

There seems to be a problem with the arc detection of the library for
OS X. So just support iOS for  now.
This commit is contained in:
Sascha Hoellger
2012-06-30 10:42:03 +02:00
parent de92d725ba
commit 016a1724ba
+2 -2
View File
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
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.requires_arc = true
s.platform = :ios, '5.0'
s.source_files = 'SVHTTPRequest/*.{h,m}'
end