Skip to content

Commit

Permalink
Added OSX deployment target to RMErrorRecoveryAttempter podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-tymchenko committed Dec 14, 2012
1 parent e706942 commit 7cac716
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -6,7 +6,8 @@ Pod::Spec.new do |s|
s.license = 'MIT'
s.authors = { "Keith Duncan" => "@keith_duncan", "Damien DeVille" => "@DamienDeVille", "James Beith" => "james@realmacsoftware.com" }
s.source = { :git => "https://github.com/realmacsoftware/RMErrorRecoveryAttempter.git", :commit => "06a4f951f19094434e3fb0ac301ae5bf1ded9aa9" }
s.platform = :ios, '5.0'
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'Source'
s.requires_arc = true
end

0 comments on commit 7cac716

Please sign in to comment.