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