[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 3 / ZFSDLProxy / 0.0.3 / ZFSDLProxy.podspec.json
blobf148e7739bfc649aa37da85f213b963e36dce181
2   "name": "ZFSDLProxy",
3   "version": "0.0.3",
4   "summary": "A convenient connection between app and car base on SmartDeviceLink-iOS",
5   "description": "A convenient connection between app and car base on SmartDeviceLink-iOS, wow ~",
6   "homepage": "https://github.com/QiuZhiFei/ZFSDLProxy",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhifei": "qiuzhifei521@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/QiuZhiFei/ZFSDLProxy.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "Source/*.{h,m}",
22   "frameworks": "ExternalAccessory",
23   "requires_arc": true,
24   "dependencies": {
25     "SmartDeviceLink-iOS": [
26       "~> 4.1.0"
27     ],
28     "JRSwizzle": [
29       "~> 1.0"
30     ]
31   }