[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / c / a / ALISJSBridgeKit / 0.1.2 / ALISJSBridgeKit.podspec.json
blob3412d74eba14cc0bc194acacc1f82c82091d8f8c
2   "name": "ALISJSBridgeKit",
3   "version": "0.1.2",
4   "summary": "阿里体育JavaScriptBridge",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/davidxwwang/ALISJSBridgeKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xwwang_0102@qq.com": "xingwang.wxw@alibaba-inc.com"
13   },
14   "source": {
15     "git": "https://github.com/davidxwwang/ALISJSBridgeKit.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "ALSJSBridgeBase",
24       "source_files": "ALISJSBridgeKit/Classes/ALSJSBridgeBase/**/*"
25     },
26     {
27       "name": "ALSJSBridge",
28       "source_files": "ALISJSBridgeKit/Classes/ALSJSBridge/**/*",
29       "dependencies": {
30         "ALISJSBridgeKit/ALSJSBridgeBase": [
32         ]
33       }
34     },
35     {
36       "name": "ALSJSBridgePlugins",
37       "source_files": "ALISJSBridgeKit/Classes/ALSJSBridgePlugins/**/*",
38       "dependencies": {
39         "ALISJSBridgeKit/ALSJSBridgeBase": [
41         ],
42         "AEHybridEngine": [
44         ]
45       }
46     }
47   ]