| { |
| "name": "RestKit-InExtensions", |
| "version": "0.1.0", |
| "license": "MIT", |
| "summary": "Helpers to use RestKit with less code.", |
| "homepage": "https://github.com/hernangonzalez/RestKit-InExtensions", |
| "authors": { |
| "Hernan Gonzalez": "hernan.gonzalez@indeba.com" |
| }, |
| "source": { |
| "git": "https://github.com/hernangonzalez/RestKit-InExtensions.git", |
| "tag": "v0.1.0" |
| }, |
| "source_files": "RestkitExtensions/InExtensions/*", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "dependencies": { |
| "RestKit": [ |
| "~> 0.22.0" |
| ] |
| } |
| } |