blob: dc41e90f25760adcd8749091c921144ab9e97037 [file] [log] [blame]
{
"name": "TeslaSwift",
"version": "3.0.1",
"summary": "Swift library to access the Tesla Model S API.",
"homepage": "https://github.com/jonasman/TeslaSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joao Nunes": "joao3001@hotmail.com"
},
"social_media_url": "https://twitter.com/jonas2man",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jonasman/TeslaSwift.git",
"tag": "3.0.1"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"PromiseKit/CorePromise": [
"~> 4.0.0"
],
"ObjectMapper": [
"~> 2.0.0"
]
}
}