[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 6 / e / ALSShare / 0.0.10 / ALSShare.podspec.json
bloba3cd94bf5a00a82710c46cef96f6135cb747c90f
2   "name": "ALSShare",
3   "version": "0.0.10",
4   "summary": "This is a description of ALSShare.",
5   "description": "This is a long description of the pod here.This is a long description of the pod here.",
6   "homepage": "https://github.com/AltairEven/ALSShare.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AltairEven": "qianye.qy@alibaba-inc.com"
13   },
14   "source": {
15     "git": "https://github.com/AltairEven/ALSShare.git",
16     "tag": "0.0.10"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "pod_target_xcconfig": {
22     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**",
23     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup",
24     "ENABLE_BITCODE": "NO",
25     "MACH_O_TYPE": "staticlib"
26   },
27   "subspecs": [
28     {
29       "name": "Public",
30       "source_files": "ALSShare/Classes/Public/*"
31     },
32     {
33       "name": "Interface",
34       "dependencies": {
35         "ALSShare/Public": [
37         ]
38       },
39       "source_files": "ALSShare/Classes/Interface/*"
40     },
41     {
42       "name": "Plug",
43       "dependencies": {
44         "ALSShare/Public": [
46         ]
47       },
48       "subspecs": [
49         {
50           "name": "Wechat",
51           "dependencies": {
52             "AEDataKit": [
54             ]
55           },
56           "source_files": "ALSShare/Classes/Plug/Wechat/*"
57         },
58         {
59           "name": "Weibo",
60           "dependencies": {
61             "AEDataKit": [
63             ]
64           },
65           "source_files": "ALSShare/Classes/Plug/Weibo/*"
66         },
67         {
68           "name": "Tencent",
69           "dependencies": {
70             "AEDataKit": [
72             ]
73           },
74           "source_files": "ALSShare/Classes/Plug/Tencent/*"
75         }
76       ]
77     }
78   ]