[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / c / 7 / XMNWeb / 0.1.0 / XMNWeb.podspec.json
blob9ec556ca05f64e2e878f600c368f0f4091dbaab8
2   "name": "XMNWeb",
3   "version": "0.1.0",
4   "summary": "XMNWeb provide WKWebView And JS connection",
5   "homepage": "https://github.com/ws00801526/XMNWeb",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ws00801526": "3057600441@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/ws00801526/XMNWeb.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "frameworks": [
21     "UIKit",
22     "WebKit"
23   ],
24   "default_subspecs": "Bridge",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "XMNWeb/Classes/Core/**/*",
29       "public_header_files": "XMNWeb/Classes/Core/*.h",
30       "dependencies": {
31         "KVOController": [
33         ]
34       }
35     },
36     {
37       "name": "Console",
38       "source_files": "XMNWeb/Classes/Console/**/*",
39       "public_header_files": "XMNWeb/Classes/Console/*.h",
40       "resource_bundles": {
41         "XMNWebConsole": [
42           "XMNWeb/Assets/Console/**/*"
43         ]
44       },
45       "dependencies": {
46         "XMNWeb/Bridge": [
48         ]
49       },
50       "pod_target_xcconfig": {
51         "GCC_PREPROCESSOR_DEFINITIONS": "XMNCONSOLE_ENABLED=1"
52       },
53       "user_target_xcconfig": {
54         "GCC_PREPROCESSOR_DEFINITIONS": "XMNCONSOLE_ENABLED=1"
55       }
56     },
57     {
58       "name": "Bridge",
59       "source_files": "XMNWeb/Classes/Bridge/**/*",
60       "public_header_files": "XMNWeb/Classes/Bridge/*.h",
61       "resource_bundles": {
62         "XMNWebBridge": [
63           "XMNWeb/Assets/Bridge/**/*"
64         ]
65       },
66       "dependencies": {
67         "XMNWeb/Core": [
69         ]
70       },
71       "pod_target_xcconfig": {
72         "GCC_PREPROCESSOR_DEFINITIONS": "XMNBRIDGE_ENABLED=1"
73       },
74       "user_target_xcconfig": {
75         "GCC_PREPROCESSOR_DEFINITIONS": "XMNBRIDGE_ENABLED=1"
76       }
77     }
78   ]