Skip to content

Commit

Permalink
Merge pull request #878 from nickynick/master
Browse files Browse the repository at this point in the history
Added RMErrorRecoveryAttempter podspec
  • Loading branch information
keith committed Dec 14, 2012
2 parents f049219 + 7cac716 commit 2a5aac1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions RMErrorRecoveryAttempter/0.0.1/RMErrorRecoveryAttempter.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "RMErrorRecoveryAttempter"
s.version = "0.0.1"
s.summary = "A class that conforms to the NSErrorRecoveryAttempting informal protocol and allows using blocks to provide recovery options for an error."
s.homepage = "https://github.com/realmacsoftware/RMErrorRecoveryAttempter"
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.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'Source'
s.requires_arc = true
end

0 comments on commit 2a5aac1

Please sign in to comment.