blob: 65974859d024f38d1958e200eb7ae6383eccdb0d [file] [log] [blame]
{
"name": "TeslaApiObjectiveCWrapper",
"version": "1.1.0",
"summary": "Objective-C Wrapper For Tesla Model S APIs",
"homepage": "https://github.com/tflack/tesla-api-objectivec",
"license": "BSD",
"authors": {
"Tim Flack": "tflack@idynomite.com"
},
"source": {
"git": "https://github.com/tflack/tesla-api-objectivec.git",
"tag": "v1.1.0"
},
"source_files": "teslaapitest/TeslaApi.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2"
]
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
}
}