blob: d97e6c6a12e1bec8d15d52f9113926d1744bed6f [file] [log] [blame]
{
"name": "TeslaSwift",
"version": "4.2.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": "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.1"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"PromiseKit/CorePromise": [
"~> 6"
]
}
}