[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / f / 6 / e / ALSShare / 0.0.9 / ALSShare.podspec.json
bloba669ab64e110bc2c452cbc1e921142d4323a52b6
2   "name": "ALSShare",
3   "version": "0.0.9",
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.9"
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             "WechatOpenSDK_NoPay": [
57             ]
58           },
59           "source_files": "ALSShare/Classes/Plug/Wechat/*"
60         },
61         {
62           "name": "Weibo",
63           "dependencies": {
64             "AEDataKit": [
66             ],
67             "UMengUShare/Social/Sina": [
69             ]
70           },
71           "source_files": "ALSShare/Classes/Plug/Weibo/*"
72         },
73         {
74           "name": "Tencent",
75           "dependencies": {
76             "AEDataKit": [
78             ],
79             "UMengUShare/Social/QQ": [
81             ]
82           },
83           "source_files": "ALSShare/Classes/Plug/Tencent/*"
84         }
85       ]
86     }
87   ]