blob: ccc019d8204ddfb8332a0194cfa496e56158b8de [file] [log] [blame]
{
"name": "ConnectedDrive",
"version": "0.2",
"license": "MIT",
"summary": "Access to BMW's ConnectedDrive service for the BMW i3 and i8",
"homepage": "https://github.com/ronaldmannak/ConnectedDrive",
"social_media_url": "http://twitter.com/ronaldmannak",
"authors": {
"Ronald Mannak": "ronaldmannak@me.com"
},
"source": {
"git": "https://github.com/ronaldmannak/ConnectedDrive.git",
"tag": "0.2"
},
"source_files": "ConnectedDrive/*.swift",
"resources": "ConnectedDrive/*.lproj",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"dependencies": {
"Alamofire": [
"~> 3.1"
],
"Decodable": [
"~> 0.3.3"
]
}
}