blob: 12ed3226ef526e341b3dbdc190bdb9faab5d0129 [file] [log] [blame]
{
"name": "ZFSDLProxy",
"version": "0.0.2",
"summary": "A convenient connection between app and car base on SmartDeviceLink-iOS",
"description": "A convenient connection between app and car base on SmartDeviceLink-iOS, wow ~",
"homepage": "https://github.com/QiuZhiFei/ZFSDLProxy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhifei": "qiuzhifei521@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/QiuZhiFei/ZFSDLProxy.git",
"tag": "0.0.2"
},
"source_files": "Source/*.{h,m}",
"frameworks": "ExternalAccessory",
"requires_arc": true,
"dependencies": {
"SmartDeviceLink-iOS": [
"~> 4.1.0"
],
"JRSwizzle": [
"~> 1.0"
]
}
}