[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / f / 8 / HelloCordova / 1.0.0 / HelloCordova.podspec.json
blob4c5570020756586261a22a87b95b171b59945e99
2   "name": "HelloCordova",
3   "version": "1.0.0",
4   "summary": "在Cordova及插件的基础上封装一些常用的功能",
5   "homepage": "https://github.com/littleswan/HelloCordova",
6   "authors": {
7     "littleswan.app": "littleswan.app@midea.com.cn"
8   },
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/littleswan/HelloCordova.git",
14     "tag": "1.0.0"
15   },
16   "requires_arc": true,
17   "frameworks": [
18     "UIKit",
19     "MobileCoreServices",
20     "CoreGraphics",
21     "Security",
22     "SystemConfiguration"
23   ],
24   "dependencies": {
25     "Cordova": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Plugins",
32       "source_files": "HelloCordova/Plugins/**/*.{h,m}",
33       "resources": "HelloCordova/Plugins/**/*.png"
34     }
35   ]