[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 3 / 9 / cordova-plugin-wkwebview-engine / 1.1.0 / cordova-plugin-wkwebview-engine.podspec.json
blob16017642491920fd283f8833e073b83267b420cb
2   "name": "cordova-plugin-wkwebview-engine",
3   "version": "1.1.0",
4   "summary": "Cordova WKWebView Engine Plugin",
5   "description": "This plugin allows Cordova to use the WKWebView component instead of the default UIWebView component, and is installable only on a system with the iOS 9.0 SDK.",
6   "homepage": "https://github.com/apache/cordova-plugin-wkwebview-engine",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "text": "    \"type\": \"Apache License, Version 2.0\",\n    \"text\": \"      Licensed under the Apache License, Version 2.0 (the \"License\");\n      you may not use this file except in compliance with the License.\n      You may obtain a copy of the License at\n      \n      http://www.apache.org/licenses/LICENSE-2.0\n      \n      Unless required by applicable law or agreed to in writing, software\n      distributed under the License is distributed on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n      See the License for the specific language governing permissions and\n      limitations under the License.\n\"\n"
10   },
11   "authors": {
12     "The Adobe PhoneGap Team": ""
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/apache/cordova-plugin-wkwebview-engine.git",
19     "tag": "1.1.0"
20   },
21   "source_files": "src/ios/*.{h,m}",
22   "preserve_paths": [
23     "*.md",
24     "docs/**/*.md",
25     "www/*.js",
26     "www/ios/*.js"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "Cordova": [
31       ">= 4.3.0"
32     ]
33   }