blob: f148e7739bfc649aa37da85f213b963e36dce181 [file] [log] [blame]
{
"name": "ZFSDLProxy",
"version": "0.0.3",
"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.3"
},
"source_files": "Source/*.{h,m}",
"frameworks": "ExternalAccessory",
"requires_arc": true,
"dependencies": {
"SmartDeviceLink-iOS": [
"~> 4.1.0"
],
"JRSwizzle": [
"~> 1.0"
]
}
}