| { |
| "name": "RMErrorRecoveryAttempter", |
| "version": "0.0.1", |
| "summary": "A class that conforms to the NSErrorRecoveryAttempting informal protocol and allows using blocks to provide recovery options for an error.", |
| "homepage": "https://github.com/realmacsoftware/RMErrorRecoveryAttempter", |
| "license": "MIT", |
| "authors": { |
| "Keith Duncan": "@keith_duncan", |
| "Damien DeVille": "@DamienDeVille", |
| "James Beith": "james@realmacsoftware.com" |
| }, |
| "source": { |
| "git": "https://github.com/realmacsoftware/RMErrorRecoveryAttempter.git", |
| "commit": "06a4f951f19094434e3fb0ac301ae5bf1ded9aa9" |
| }, |
| "platforms": { |
| "ios": "5.0", |
| "osx": "10.7" |
| }, |
| "source_files": "Source", |
| "osx": { |
| "exclude_files": "Source/UIResponder*" |
| }, |
| "requires_arc": true |
| } |