[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 1 / d / QShare / 1.0.1 / QShare.podspec.json
blob0cd82a339606402538289b26e2409f3a08397587
2   "name": "QShare",
3   "version": "1.0.1",
4   "summary": "Gather Some Auth Share Pay.",
5   "homepage": "https://github.com/quankevin/QShare",
6   "license": "MIT",
7   "authors": {
8     "quankevin": "quankevin@163.com"
9   },
10   "social_media_url": "http://weibo.com/quankevin",
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/quankevin/QShare.git",
16     "tag": "v1.0.1"
17   },
18   "frameworks": [
19     "SystemConfiguration",
20     "UIKit",
21     "CoreTelephony"
22   ],
23   "libraries": [
24     "stdc++",
25     "sqlite3",
26     "z"
27   ],
28   "requires_arc": true,
29   "public_header_files": "QShare/ShareHeader.h",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": [
34         "QShare/*.{h,m}",
35         "QShare/QUtil/*.{h,m}"
36       ]
37     },
38     {
39       "name": "WeChat",
40       "dependencies": {
41         "QShare/Core": [
43         ]
44       },
45       "source_files": [
46         "QShare/Wechat/SDK/*.{h,m}",
47         "QShare/Wechat/*.{h,m}"
48       ],
49       "vendored_libraries": "QShare/Wechat/SDK/*.a"
50     },
51     {
52       "name": "Weibo",
53       "dependencies": {
54         "WeiboSDK": [
56         ]
57       }
58     },
59     {
60       "name": "Tencent",
61       "dependencies": {
62         "QShare/Core": [
64         ]
65       },
66       "source_files": "QShare/Tencent/*.{h,m}",
67       "vendored_frameworks": "QShare/Tencent/SDK/TencentOpenAPI.framework"
68     },
69     {
70       "name": "Ali",
71       "dependencies": {
72         "QShare/Core": [
74         ]
75       },
76       "source_files": "QShare/Ali/*.{h,m}",
77       "resources": "QShare/Ali/SDK/*.bundle",
78       "vendored_frameworks": "QShare/Ali/SDK/AlipaySDK.framework"
79     }
80   ]