blob: f5a0eafee057ce55747cd9edf6cf3366fc75a72e [file] [log] [blame]
{
"name": "TeslaApiObjectiveCWrapper",
"version": "1.0.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.0.0"
},
"source_files": "teslaapitest/TeslaApi.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2"
]
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
}
}