[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / b / e / WebViewNode / 0.3.0 / WebViewNode.podspec.json
bloba83bed5b94d0a3ddf258abb0625d10e9c3b978b1
2   "name": "WebViewNode",
3   "version": "0.3.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.3.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   "subspecs": [
28     {
29       "name": "Web",
30       "platforms": {
31         "ios": "8.0"
32       },
33       "frameworks": [
34         "WebKit",
35         "UIKit",
36         "Foundation"
37       ],
38       "source_files": "WebViewNode/Classes/Web/*",
39       "resources": "WebViewNode/Assets/Web.xcassets"
40     },
41     {
42       "name": "JSBridge",
43       "platforms": {
44         "ios": "8.0"
45       },
46       "dependencies": {
47         "WebViewJavascriptBridge": [
48           "~> 6.0"
49         ],
50         "WebViewNode/Web": [
52         ]
53       },
54       "source_files": "WebViewNode/Classes/JSBridge/*",
55       "pod_target_xcconfig": {
56         "OTHER_SWIFT_FLAGS": "-D WebViewNode_JSBridge"
57       }
58     },
59     {
60       "name": "Node",
61       "platforms": {
62         "ios": "9.0"
63       },
64       "dependencies": {
65         "Texture/Core": [
66           "~> 3.0"
67         ],
68         "WebViewNode/Web": [
70         ]
71       },
72       "source_files": "WebViewNode/Classes/Node/*",
73       "pod_target_xcconfig": {
74         "OTHER_SWIFT_FLAGS": "-D WebViewNode_Node"
75       }
76     }
77   ],
78   "swift_version": "5.0"