blob: 955096aba12ec488cfe5814bad2b5d28889bfa7f [file] [log] [blame]
{
"name": "ECMASwift",
"version": "0.1.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": "11.0"
},
"source": {
"git": "https://github.com/hiimtmac/ECMASwift.git",
"tag": "0.1.0"
},
"source_files": "ECMASwift/**/*.swift",
"requires_arc": true,
"swift_versions": "5.0",
"frameworks": "WebKit",
"dependencies": {
"PromiseKit": [
]
},
"swift_version": "5.0"
}