blob: 389815992961ae03784eb48b19aad87a4b5a143c [file] [log] [blame]
{
"name": "TeslaSwift",
"version": "5.0.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_versions": "5",
"source": {
"git": "https://github.com/jonasman/TeslaSwift.git",
"tag": "5.0.1"
},
"default_subspecs": "Core",
"frameworks": "Foundation",
"requires_arc": true,
"swift_version": "5",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/TeslaSwift/**/*"
},
{
"name": "PromiseKit",
"source_files": "Sources/Extensions/PromiseKit/*.swift",
"dependencies": {
"PromiseKit/CorePromise": [
"~> 6"
],
"TeslaSwift/Core": [
]
}
}
]
}