[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / c / 9 / SAWebBridge / 0.0.4 / SAWebBridge.podspec.json
blob57f93bb7f63eb2d9a675bd40a38e497b8bed61eb
2   "name": "SAWebBridge",
3   "version": "0.0.4",
4   "license": "MIT",
5   "summary": "A web bridge for swift H5 project",
6   "authors": {
7     "sarkizz": "sarkizz@yahoo.com.sg"
8   },
9   "homepage": "https://github.com/Sarkizz",
10   "source": {
11     "git": "https://github.com/Sarkizz/SAWebBridge.git",
12     "tag": "0.0.4"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "requires_arc": true,
18   "swift_versions": "5.0",
19   "resources": "SAWebBridge/JS/*.js",
20   "subspecs": [
21     {
22       "name": "WebBridge",
23       "source_files": "SAWebBridge/WebBridge/*.swift",
24       "ios": {
25         "frameworks": [
26           "UIKit",
27           "Foundation",
28           "WebKit"
29         ]
30       },
31       "subspecs": [
32         {
33           "name": "Utils",
34           "source_files": "SAWebBridge/WebBridge/Utils/*.swift",
35           "ios": {
36             "frameworks": [
37               "UIKit",
38               "Foundation"
39             ]
40           }
41         }
42       ]
43     }
44   ],
45   "swift_version": "5.0"