blob: 1a552dd53811f696454d6431da1446aa2b08fc2a [file] [log] [blame]
{
"name": "ConnectedDrive",
"version": "0.1",
"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.1"
},
"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"
]
}
}