blob: e5892f96632c8944d19dbe15f406b024c3fe795c [file] [log] [blame]
{
"name": "TeslaKit",
"version": "2.3",
"summary": "TeslaKit is a framework written in Swift that makes it easy for you to interface with Tesla’s mobile API and communicate with your Tesla vehicles",
"description": "TeslaKit is a framework written in Swift that makes it easy for you to interface with Tesla’s mobile API and communicate with your Tesla vehicles",
"homepage": "https://github.com/HamblinSoft/TeslaKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jjjjaren": "jjjjaren@gmail.com"
},
"source": {
"git": "https://github.com/HamblinSoft/TeslaKit.git",
"tag": "2.3"
},
"platforms": {
"ios": "8.0",
"watchos": "4.0",
"tvos": "11.0"
},
"source_files": "Source/**/*",
"dependencies": {
"ObjectMapper": [
"~> 3.3"
]
}
}