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