blob: 421c4f466637acb69c7d4f70e3944a483a6e1a1a [file] [log] [blame]
{
"name": "TeslaKit",
"version": "2.0",
"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.0"
},
"platforms": {
"ios": "8.0",
"watchos": "4.0",
"tvos": "11.0"
},
"source_files": "Source/**/*",
"dependencies": {
"ObjectMapper": [
"~> 3.3"
]
}
}