blob: 4242cca403411d3968bc582650548eb1e481dec4 [file] [log] [blame]
{
"name": "TeslaSwift",
"version": "3.4.2",
"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",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/jonasman/TeslaSwift.git",
"tag": "3.4.2"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"PromiseKit/CorePromise": [
"~> 4.0"
],
"ObjectMapper": [
"~> 2.0"
]
},
"pushed_with_swift_version": "3.0"
}