blob: 57d7e81986f28ab7d0d897e360d66c2cfc47edd6 [file] [log] [blame]
{
"name": "TeslaSwift",
"version": "6.4.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": "6.4.0"
},
"default_subspecs": "Core",
"frameworks": "Foundation",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Sources/TeslaSwift/**/*",
"dependencies": {
"Starscream": [
"~> 3"
]
}
},
{
"name": "PromiseKit",
"source_files": "Sources/Extensions/PromiseKit/*.swift",
"dependencies": {
"PromiseKit/CorePromise": [
"~> 6"
],
"TeslaSwift/Core": [
]
}
},
{
"name": "Combine",
"source_files": "Sources/Extensions/Combine/*.swift",
"dependencies": {
"TeslaSwift/Core": [
]
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
}
},
{
"name": "Rx",
"source_files": "Sources/Extensions/Rx/*.swift",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"TeslaSwift/Core": [
]
}
}
],
"swift_version": "5"
}