{ | |
"name": "WKJSBridge", | |
"version": "0.0.1", | |
"license": "MIT", | |
"summary": "A type-safe JSBridge for WKWebView with pure Swift.", | |
"homepage": "https://github.com/NSLogMeng/WKJSBridge", | |
"authors": { | |
"Meng": "meng94233@gmail.com" | |
}, | |
"source": { | |
"git": "https://github.com/NSLogMeng/WKJSBridge.git", | |
"tag": "0.0.1" | |
}, | |
"platforms": { | |
"ios": "8.0", | |
"osx": "10.10" | |
}, | |
"source_files": "Sources/WKJSBridge/**/*.swift", | |
"resources": "Resources/*", | |
"swift_version": "4.2" | |
} |