[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 9 / a / c / ALISPluginsLibrary / 0.1.0 / ALISPluginsLibrary.podspec.json
blob855e0622d2639b9120516dd49ceb115d598aa329
2   "name": "ALISPluginsLibrary",
3   "version": "0.1.0",
4   "summary": "阿里体育plugins集合",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/davidxwwang/ALISPluginsLibrary.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/ALISPluginsLibrary.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "AlisJSBridgePlugins",
24       "source_files": "ALISPluginsLibrary/Classes/AlisJSBBridge/**/*",
25       "frameworks": [
26         "ImageIO",
27         "CoreTelephony",
28         "WebKit",
29         "SystemConfiguration"
30       ],
31       "libraries": [
32         "c++",
33         "z",
34         "bz2"
35       ],
36       "dependencies": {
37         "AEHybridEngine": [
39         ],
40         "ALISJSBridgeKit": [
42         ]
43       },
44       "pod_target_xcconfig": {
45         "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**",
46         "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup",
47         "ENABLE_BITCODE": "NO",
48         "MACH_O_TYPE": "staticlib"
49       }
50     },
51     {
52       "name": "NetWorkPlugins",
53       "source_files": "ALISPluginsLibrary/Classes/AliNetworking/**/*",
54       "dependencies": {
55         "AFNetworking": [
57         ],
58         "SDWebImage": [
60         ],
61         "AlisNetworking": [
63         ]
64       }
65     }
66   ]