[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / 3 / a / ECMASwift / 1.1.0 / ECMASwift.podspec.json
blobe89aa3f08eea693439ce8ca37c28541bb4c0966f
2   "name": "ECMASwift",
3   "version": "1.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": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/hiimtmac/ECMASwift.git",
19     "tag": "1.1.0"
20   },
21   "source_files": "Sources/ECMASwift/**/*.swift",
22   "requires_arc": true,
23   "swift_versions": "5.2",
24   "frameworks": "WebKit",
25   "swift_version": "5.2"