blob: f4f779c48e80096314225ae4073f368a266ab10a [file] [log] [blame]
{
"name": "TeslaSwift",
"version": "4.2.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": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/jonasman/TeslaSwift.git",
"tag": "4.2.2"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"PromiseKit/CorePromise": [
"~> 6"
]
}
}