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