[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 6 / JiaCordova / 0.1 / JiaCordova.podspec.json
blob455e15f3a318d3883028d23e7a343e859437defe
2   "name": "JiaCordova",
3   "version": "0.1",
4   "summary": "在Cordova及插件的基础上封装一些常用的功能",
5   "homepage": "https://github.com/wujunyang/JiaCordova",
6   "license": {
7     "type": "MIT",
8     "file": "FILE_LICENSE"
9   },
10   "authors": {
11     "wujunyang": "wujunyang@126.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/wujunyang/JiaCordova.git",
18     "tag": "0.1"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "UIKit",
23     "MobileCoreServices",
24     "CoreGraphics",
25     "Security",
26     "SystemConfiguration"
27   ],
28   "dependencies": {
29     "Cordova": [
31     ],
32     "CordovaPlugin-console": [
34     ],
35     "cordova-plugin-camera": [
37     ],
38     "cordova-plugin-contacts": [
40     ],
41     "cordova-plugin-device": [
43     ],
44     "cordova-plugin-device-orientation": [
46     ],
47     "cordova-plugin-device-motion": [
49     ],
50     "cordova-plugin-globalization": [
52     ],
53     "cordova-plugin-geolocation": [
55     ],
56     "cordova-plugin-file": [
58     ],
59     "cordova-plugin-media-capture": [
61     ],
62     "cordova-plugin-network-information": [
64     ],
65     "cordova-plugin-splashscreen": [
67     ],
68     "cordova-plugin-inappbrowser": [
70     ],
71     "cordova-plugin-file-transfer": [
73     ],
74     "cordova-plugin-statusbar": [
76     ],
77     "cordova-plugin-vibration": [
79     ]
80   },
81   "subspecs": [
82     {
83       "name": "JiaAFNetworking",
84       "source_files": "JiaCordova/JiaAFNetworking/**/*.{h,m}"
85     },
86     {
87       "name": "JiaNetwork",
88       "source_files": "JiaCordova/JiaNetwork/**/*.{h,m}",
89       "dependencies": {
90         "JiaCordova/JiaAFNetworking": [
92         ]
93       },
94       "frameworks": "CFNetwork"
95     },
96     {
97       "name": "JiaCordovaConfig",
98       "resources": "JiaCordova/JiaCordovaConfig/*"
99     }
100   ]