[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 0 / 7 / HTGKCordovaKit / 1.3.0 / HTGKCordovaKit.podspec.json
blob68395d0193744ae4143545420d5f984c6664b3b5
2   "name": "HTGKCordovaKit",
3   "version": "1.3.0",
4   "summary": "HTGKCordovaKit is a basic framework for Cordova.",
5   "description": "HTGKCordovaKit 只是封装了Cordova最基础的功能,集成了Cordova官网提供的基础插件。\n使用的是WKWebView框架,最低版本支持iOS9.0",
6   "homepage": "https://github.com/YUJINHAI2015/HTGKCordovaKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YUJINHAI2015": "yujinhai2019@163.com"
13   },
14   "source": {
15     "git": "https://github.com/YUJINHAI2015/HTGKCordovaKit.git",
16     "tag": "1.3.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "HTGKCordovaKit/Classes/**/*",
22   "swift_versions": "5.0",
23   "dependencies": {
24     "Cordova": [
25       "~>5.1.1"
26     ],
27     "cordova-plugin-camera": [
28       "~>2.3.0"
29     ],
30     "cordova-plugin-contacts": [
31       "~>2.2.0"
32     ],
33     "cordova-plugin-device": [
34       "~>1.1.3"
35     ],
36     "cordova-plugin-device-motion": [
37       "~>1.2.2"
38     ],
39     "cordova-plugin-device-orientation": [
40       "~>1.0.4"
41     ],
42     "cordova-plugin-dialogs": [
43       "~>1.2.0"
44     ],
45     "cordova-plugin-file": [
46       "~>4.3.0"
47     ],
48     "cordova-plugin-file-transfer": [
49       "~>1.6.0"
50     ],
51     "cordova-plugin-geolocation": [
52       "~>2.4.0"
53     ],
54     "cordova-plugin-globalization": [
55       "~>1.0.4"
56     ],
57     "cordova-plugin-network-information": [
58       "~>1.3.0"
59     ],
60     "cordova-plugin-vibration": [
61       "~>2.1.2"
62     ]
63   },
64   "swift_version": "5.0"