blob: 5a8360aec1d3edf1aaf43550f0d52df1c83ef09a [file] [log] [blame]
{
"name": "ZFSDLProxy",
"version": "0.0.1",
"summary": "A convenient connection between app and car base on SmartDeviceLink-iOS",
"platforms": {
"ios": "7.0"
},
"homepage": "https://github.com/QiuZhiFei/ZFSDLProxy",
"authors": {
"ZhiFei Qiu": "qiuzhifei521@gmail.com"
},
"source": {
"git": "https://github.com/QiuZhiFei/ZFSDLProxy.git",
"tag": "0.0.1"
},
"frameworks": "ExternalAccessory",
"source_files": "Source/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SmartDeviceLink-iOS": [
"~> 4.0.2"
],
"JRSwizzle": [
"~> 1.0"
]
}
}