blob: 7f72e9241589a1a07d37f9f1754e0fe35dbd6fb2 [file] [log] [blame]
{
"name": "WebViewSwiftKit",
"version": "0.0.1",
"summary": "more lightweight, simple to load webview, and defines how javascript interacts with native apps.",
"homepage": "https://github.com/BeckWang0912/WebViewSwiftKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"description": "`WebView` This tool set is more lightweight, simple to load webview, and defines how javascript interacts with native apps.",
"authors": {
"IMAC-AF9B8D": "2067431781@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/BeckWang0912/WebViewSwiftKit.git",
"tag": "v0.0.1"
},
"source_files": "Source/**/*.{h,m,swift}",
"resources": "Source/resource.bundle",
"dependencies": {
"SnapKit": [
],
"WebViewJavascriptBridge": [
]
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}