[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / f / e / UBSharePlaces / 1.0.4 / UBSharePlaces.podspec.json
blob63c9260fec7d58443b4711996102dafed0adea3d
2   "name": "UBSharePlaces",
3   "version": "1.0.4",
4   "summary": "分享渠道封装",
5   "description": "分享渠道,微信包含支付",
6   "homepage": "https://git.coding.net/crazysiri/UBSharePlaces.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "James": "511121933@qq,com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://git.coding.net/crazysiri/UBSharePlaces.git",
19     "tag": "1.0.4"
20   },
21   "source_files": "UBSharePlaces/*.{h,m}",
22   "dependencies": {
23     "UBCategories": [
25     ],
26     "UBServices": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "XDJLine",
33       "source_files": "UBSharePlaces/XDJLine/*.{h,m}"
34     },
35     {
36       "name": "XDJInstagram",
37       "source_files": "UBSharePlaces/XDJInstagram/*.{h,m}"
38     },
39     {
40       "name": "XDJSystem",
41       "source_files": "UBSharePlaces/XDJSystem/*.{h,m}"
42     },
43     {
44       "name": "XDJWhatsApp",
45       "source_files": "UBSharePlaces/XDJWhatsApp/*.{h,m}"
46     },
47     {
48       "name": "XDJSina",
49       "source_files": "UBSharePlaces/XDJSina/*.{h,m}",
50       "dependencies": {
51         "WeiboSDK": [
52           "~> 3.1.3"
53         ]
54       }
55     },
56     {
57       "name": "XDJFacebook",
58       "source_files": "UBSharePlaces/XDJFacebook/*.{h,m}",
59       "vendored_frameworks": "UBSharePlaces/XDJFacebook/facebookSDK/*.framework"
60     },
61     {
62       "name": "XDJTencent",
63       "source_files": "UBSharePlaces/XDJTencent/*.{h,m}",
64       "vendored_frameworks": "UBSharePlaces/XDJTencent/Tencent_SDK/*.framework",
65       "resource_bundles": {
66         "Resources": "UBSharePlaces/XDJTencent/Tencent_SDK/TencentOpenApi_IOS_Bundle.bundle"
67       }
68     },
69     {
70       "name": "XDJWeChat",
71       "source_files": "UBSharePlaces/XDJWeChat/*.{h,m}",
72       "dependencies": {
73         "WeChat_SDK": [
75         ]
76       }
77     },
78     {
79       "name": "XDJTwitter",
80       "source_files": "UBSharePlaces/XDJTwitter/*.{h,m}",
81       "ios": {
82         "vendored_frameworks": "UBSharePlaces/XDJTwitter/sdk/*.framework"
83       },
84       "resource_bundles": {
85         "Resources": "UBSharePlaces/XDJTwitter/sdk/TwitterKitResources.bundle"
86       },
87       "frameworks": "SafariServices"
88     }
89   ]