[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 9 / DSBridge-ZCS / 3.2.2 / DSBridge-ZCS.podspec.json
blobcfb8e7a0cf0a7b3fb627e52ff132e8de67d5152a
2   "name": "DSBridge-ZCS",
3   "version": "3.2.2",
4   "summary": "An ios bridge for calling functions synchronously and asynchronously between JavaScript and Object-C in WKWebView",
5   "description": "fix: 'An ios bridge for calling functions synchronously and asynchronously between JavaScript and Object-C in WKWebView'",
6   "homepage": "http://172.18.80.22/iOS/DSBridge-IOS",
7   "license": "MIT",
8   "authors": {
9     "yzh115": "yzh115@zcsmart.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "http://172.18.80.22/iOS/DSBridge-IOS.git",
16     "tag": "3.2.2"
17   },
18   "source_files": "DSBridge/DSBridge.h",
19   "frameworks": "UIKit",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "DSBridge/Core/*.{h,m}"
24     },
25     {
26       "name": "Utils",
27       "subspecs": [
28         {
29           "name": "SelectPicture",
30           "dependencies": {
31             "HXPhotoPicker": [
32               "~> 3.3.1"
33             ]
34           },
35           "source_files": "DSBridge/Utils/SelectPicture/SelectPictureTool.{h,m}"
36         }
37       ]
38     },
39     {
40       "name": "ApiFactory",
41       "dependencies": {
42         "DSBridge-ZCS/Core": [
44         ]
45       },
46       "source_files": "DSBridge/ApiFactory/*.{h,m}"
47     },
48     {
49       "name": "Api",
50       "dependencies": {
51         "YZHFactory": [
52           "~> 1.1.0"
53         ],
54         "DSBridge-ZCS/ApiFactory": [
56         ]
57       },
58       "subspecs": [
59         {
60           "name": "Device",
61           "dependencies": {
62             "DSBridge-ZCS/Utils/SelectPicture": [
64             ]
65           },
66           "source_files": "DSBridge/Api/Device/*.{h,m}"
67         },
68         {
69           "name": "Navi",
70           "source_files": "DSBridge/Api/Navi/*.{h,m}"
71         }
72       ]
73     },
74     {
75       "name": "WebViewController",
76       "resources": "DSBridge/WebViewController/QuickHybridBundle.bundle",
77       "subspecs": [
78         {
79           "name": "Utils",
80           "source_files": "DSBridge/WebViewController/Utils/*.{h,m}"
81         },
82         {
83           "name": "Core",
84           "dependencies": {
85             "FDFullscreenPopGesture": [
86               "~> 1.1"
87             ],
88             "WSProgressHUD": [
89               "~> 1.1.5"
90             ],
91             "DSBridge-ZCS/ApiFactory": [
93             ],
94             "DSBridge-ZCS/WebViewController/Utils": [
96             ]
97           },
98           "source_files": "DSBridge/WebViewController/Core/*.{h,m}"
99         }
100       ]
101     }
102   ]