4 "summary": "A simple and useful WebView framework for iOS development on Swift.",
5 "description": "A simple and useful WebView framework for iOS development on Swift. \nIt is based on the subclass of WKWebView that bound with a JavaScript bridge. \nAnd display supports for Texture(AsyncDisplayKit) with the custom web node.",
6 "homepage": "https://github.com/dklinzh/WebViewNode",
12 "dklinzh": "linzhdk@gmail.com"
15 "git": "https://github.com/dklinzh/WebViewNode.git",
19 "swift_versions": "5.0",
38 "source_files": "WebViewNode/Classes/Web/*",
39 "resources": "WebViewNode/Assets/Web.xcassets"
47 "WebViewJavascriptBridge": [
54 "source_files": "WebViewNode/Classes/JSBridge/*",
55 "pod_target_xcconfig": {
56 "OTHER_SWIFT_FLAGS": "-D WebViewNode_JSBridge"
72 "source_files": "WebViewNode/Classes/Node/*",
73 "pod_target_xcconfig": {
74 "OTHER_SWIFT_FLAGS": "-D WebViewNode_Node"
78 "swift_version": "5.0"