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",
27 "swift_version": "5.0",
39 "source_files": "WebViewNode/Classes/Web/*",
40 "resources": "WebViewNode/Assets/Web.xcassets"
48 "WebViewJavascriptBridge": [
55 "source_files": "WebViewNode/Classes/JSBridge/*",
56 "pod_target_xcconfig": {
57 "OTHER_SWIFT_FLAGS": "-D WebViewNode_JSBridge"
73 "source_files": "WebViewNode/Classes/Node/*",
74 "pod_target_xcconfig": {
75 "OTHER_SWIFT_FLAGS": "-D WebViewNode_Node"