[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / b / e / WebViewNode / 0.2.0 / WebViewNode.podspec.json
blob82f71ecf19a8d84193d4678f7f3cc809d48c223f
2   "name": "WebViewNode",
3   "version": "0.2.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dklinzh": "linzhdk@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dklinzh/WebViewNode.git",
16     "tag": "0.2.0"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "default_subspecs": [
24     "Web",
25     "JSBridge"
26   ],
27   "swift_version": "5.0",
28   "subspecs": [
29     {
30       "name": "Web",
31       "platforms": {
32         "ios": "8.0"
33       },
34       "frameworks": [
35         "WebKit",
36         "UIKit",
37         "Foundation"
38       ],
39       "source_files": "WebViewNode/Classes/Web/*",
40       "resources": "WebViewNode/Assets/Web.xcassets"
41     },
42     {
43       "name": "JSBridge",
44       "platforms": {
45         "ios": "8.0"
46       },
47       "dependencies": {
48         "WebViewJavascriptBridge": [
49           "~> 6.0"
50         ],
51         "WebViewNode/Web": [
53         ]
54       },
55       "source_files": "WebViewNode/Classes/JSBridge/*",
56       "pod_target_xcconfig": {
57         "OTHER_SWIFT_FLAGS": "-D WebViewNode_JSBridge"
58       }
59     },
60     {
61       "name": "Node",
62       "platforms": {
63         "ios": "9.0"
64       },
65       "dependencies": {
66         "Texture/Core": [
67           "~> 2.8"
68         ],
69         "WebViewNode/Web": [
71         ]
72       },
73       "source_files": "WebViewNode/Classes/Node/*",
74       "pod_target_xcconfig": {
75         "OTHER_SWIFT_FLAGS": "-D WebViewNode_Node"
76       }
77     }
78   ]