blob: 1e81b2bdf27d829a71932e80e339dab08c9dd724 [file] [log] [blame]
{
"name": "TeslaSwift",
"version": "4.1.3",
"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"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/jonasman/TeslaSwift.git",
"tag": "4.1.3"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"PromiseKit/CorePromise": [
"~> 4.4"
]
}
}