blob: 623a93765572b1b30aeb17a1b66aa4238434809d [file] [log] [blame]
{
"name": "TeslaKit",
"version": "0.1.8",
"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": "0.1.8"
},
"platforms": {
"ios": "8.0",
"watchos": "4.0"
},
"source_files": "Source/**/*",
"dependencies": {
"ObjectMapper": [
"~> 3.1"
]
}
}