[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / f / 8 / 0 / ShareSDKSlim / 3.1.1.a / ShareSDKSlim.podspec.json
blobcdcdaf7fa56ff1eaaf2dfa48ba1e26deb215c150
2   "name": "ShareSDKSlim",
3   "version": "3.1.1.a",
4   "summary": "ShareSDK is a SNS share kit.",
5   "homepage": "https://github.com/CodeEagle/ShareSDKSlim",
6   "authors": {
7     "CodeEagle": "lvevsany@163.com"
8   },
9   "license": {
10     "type": "Copyright",
11     "text": "                   Copyright © 2012-2015 mob All Rights Reserved 掌淘网络 版权所有\n"
12   },
13   "source": {
14     "git": "https://github.com/CodeEagle/ShareSDKSlim.git",
15     "tag": "3.1.1.a"
16   },
17   "platforms": {
18     "ios": "5.1.1"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Normal",
22   "subspecs": [
23     {
24       "name": "SinaWeibo",
25       "requires_arc": true,
26       "dependencies": {
27         "ShareSDKSlim/Core": [
29         ]
30       },
31       "frameworks": [
32         "ImageIO",
33         "ADSupport"
34       ],
35       "source_files": "libraries/extends/SinaWeiboSDK/*.h",
36       "vendored_libraries": "libraries/extends/SinaWeiboSDK/libWeiboSDK.a",
37       "resources": "libraries/extends/SinaWeiboSDK/WeiboSDK.bundle"
38     },
39     {
40       "name": "WeChat",
41       "requires_arc": true,
42       "dependencies": {
43         "ShareSDKSlim/Core": [
45         ]
46       },
47       "source_files": [
48         "libraries/extends/WeChatSDK/WXApi.h",
49         "libraries/extends/WeChatSDK/WXApiObject.h"
50       ],
51       "vendored_libraries": "libraries/extends/WeChatSDK/libWeChatSDK.a"
52     },
53     {
54       "name": "QQConnect",
55       "requires_arc": true,
56       "dependencies": {
57         "ShareSDKSlim/Core": [
59         ]
60       },
61       "frameworks": "Security",
62       "libraries": [
63         "stdc++",
64         "sqlite3"
65       ],
66       "vendored_frameworks": "libraries/extends/QQSDK/TencentOpenAPI.framework",
67       "resources": "libraries/extends/QQSDK/TencentOpenApi_IOS_Bundle.bundle"
68     },
69     {
70       "name": "Normal",
71       "requires_arc": true,
72       "dependencies": {
73         "ShareSDKSlim/SinaWeibo": [
75         ],
76         "ShareSDKSlim/WeChat": [
78         ],
79         "ShareSDKSlim/QQConnect": [
81         ],
82         "ShareSDKSlim/UI/Flat": [
84         ]
85       }
86     },
87     {
88       "name": "Core",
89       "requires_arc": true,
90       "frameworks": [
91         "SystemConfiguration",
92         "QuartzCore",
93         "CoreTelephony"
94       ],
95       "libraries": [
96         "icucore",
97         "z.1.2.5"
98       ],
99       "vendored_frameworks": [
100         "libraries/ShareSDK.framework",
101         "libraries/MOBFoundation.framework",
102         "libraries/ShareSDKConnector.framework",
103         "libraries/ShareSDKExtension.framework"
104       ],
105       "resources": [
106         "libraries/ShareSDK.bundle"
107       ]
108     },
109     {
110       "name": "UI",
111       "requires_arc": true,
112       "default_subspecs": "Full",
113       "subspecs": [
114         {
115           "name": "Full",
116           "requires_arc": true,
117           "dependencies": {
118             "ShareSDKSlim/UI/Flat": [
120             ]
121           }
122         },
123         {
124           "name": "Flat",
125           "requires_arc": true,
126           "vendored_frameworks": "libraries/ShareSDKUI.framework",
127           "resources": "libraries/ShareSDKUI.bundle"
128         }
129       ]
130     }
131   ]