[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 3 / a / ECMASwift / 0.1.0 / ECMASwift.podspec.json
blob955096aba12ec488cfe5814bad2b5d28889bfa7f
2   "name": "ECMASwift",
3   "version": "0.1.0",
4   "summary": "ECMAScript strong typing helpers for Swift",
5   "description": "Swift/JS helpers to get/set variables, run methods, send\nnotifications on a WKWebview. Utilized PromiseKit to convert\nWKWebView completion handlers into chainable promises.",
6   "homepage": "https://github.com/hiimtmac/ECMASwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hiimtmac": "taylor@hiimtmac.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/hiimtmac/ECMASwift.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "ECMASwift/**/*.swift",
22   "requires_arc": true,
23   "swift_versions": "5.0",
24   "frameworks": "WebKit",
25   "dependencies": {
26     "PromiseKit": [
28     ]
29   },
30   "swift_version": "5.0"