blob: 9e126728b0a9507be9e90ce86034d17ec2bf8575 [file] [log] [blame]
{
"name": "ECMASwift",
"version": "1.0.0",
"summary": "ECMAScript strong typing helpers for Swift",
"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.",
"homepage": "https://github.com/hiimtmac/ECMASwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hiimtmac": "taylor@hiimtmac.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/hiimtmac/ECMASwift.git",
"tag": "1.0.0"
},
"source_files": "Sources/ECMASwift/**/*.swift",
"requires_arc": true,
"swift_versions": "5.2",
"frameworks": "WebKit",
"swift_version": "5.2"
}