blob: ddf5a844c6fbb3db07d91ba99809f686568fee08 [file] [log] [blame]
{
"name": "Aubergine",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Aubergine/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 2.4"
],
"Mantle": [
"~> 1.5.4"
]
}
}