| { |
| "name": "TeslaKit", |
| "version": "2.4", |
| "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.4" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "watchos": "4.0", |
| "tvos": "11.0" |
| }, |
| "source_files": "Source/**/*", |
| "dependencies": { |
| "ObjectMapper": [ |
| "~> 3.3" |
| ] |
| } |
| } |