| { | |
| "name": "Aubergine", | |
| "version": "0.0.5", | |
| "summary": "An iOS SDK for the Uber API", | |
| "homepage": "https://github.com/tomj/Aubergine", | |
| "license": "MIT", | |
| "authors": { | |
| "Tom Jowett": "tom@tomjowett.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/tomj/Aubergine.git", | |
| "tag": "0.0.5" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Aubergine/Classes/**/*", | |
| "dependencies": { | |
| "AFNetworking": [ | |
| "~> 2.4" | |
| ], | |
| "Mantle": [ | |
| "~> 1.5.4" | |
| ] | |
| } | |
| } |