| { |
| "name": "ReactiveMantle", |
| "version": "0.1.0", |
| "summary": "ReactiveMantle helps you out mapping mantle objects", |
| "homepage": "https://github.com/bilby91/ReactiveMantle", |
| "license": "MIT", |
| "authors": { |
| "Martin Fernandez": "me@bilby91.com" |
| }, |
| "source": { |
| "git": "https://github.com/bilby91/ReactiveMantle.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/bilby91", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes", |
| "public_header_files": "Pod/Classes/**/*.h", |
| "dependencies": { |
| "ReactiveCocoa": [ |
| "~> 2.4" |
| ], |
| "Mantle": [ |
| "~> 1.5" |
| ] |
| } |
| } |