[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 0 / b / VSocial / 1.0.6 / VSocial.podspec.json
blob02e1912afbd9da179d7a07d30e708ea718133ccd
2   "name": "VSocial",
3   "version": "1.0.6",
4   "summary": "this is a social component, including the login and share of WeChat,weibo,qq",
5   "description": "* It is a social component. \n* it can help you quickly integrate login and share function.",
6   "homepage": "https://github.com/lhjzzu/VSocial",
7   "license": "MIT",
8   "authors": {
9     "lhjzzu": "1822657131@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/lhjzzu/VSocial.git",
16     "tag": "1.0.6"
17   },
18   "requires_arc": true,
19   "xcconfig": {
20     "OTHER_LDFLAGS": "-lObjC",
21     "ENABLE_BITCODE": "NO"
22   },
23   "default_subspecs": [
24     "Core",
25     "QQSDK",
26     "WBSDK",
27     "WXSDK"
28   ],
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "sdk/*.{h,m}",
33       "public_header_files": "sdk/*.h",
34       "ios": {
35         "vendored_frameworks": "sdk/VNetworkManager.framework"
36       },
37       "resources": "sdk/VSocialResources.bundle",
38       "frameworks": [
39         "UIKit",
40         "Foundation",
41         "CoreGraphics",
42         "CoreText",
43         "QuartzCore",
44         "CoreTelephony",
45         "SystemConfiguration",
46         "CFNetwork",
47         "ImageIO",
48         "MobileCoreServices",
49         "Security"
50       ],
51       "libraries": [
52         "c++",
53         "z",
54         "sqlite3.0"
55       ]
56     },
57     {
58       "name": "QQSDK",
59       "source_files": "sdk/Channels/QQSDK/*.{h,m}",
60       "ios": {
61         "vendored_frameworks": "sdk/Channels/QQSDK/TencentOpenAPI.framework"
62       },
63       "resources": "sdk/Channels/QQSDK/TencentOpenApi_IOS_Bundle.bundle",
64       "dependencies": {
65         "VSocial/Core": [
67         ]
68       }
69     },
70     {
71       "name": "WBSDK",
72       "source_files": "sdk/Channels/WBSDK/*.{h,m}",
73       "vendored_libraries": "sdk/Channels/WBSDK/libSinaWeiboSDK.a",
74       "resources": "sdk/Channels/WBSDK/WeiboSDK.bundle",
75       "dependencies": {
76         "VSocial/Core": [
78         ]
79       }
80     },
81     {
82       "name": "WXSDK",
83       "source_files": "sdk/Channels/WXSDK/*.{h,m}",
84       "vendored_libraries": "sdk/Channels/WXSDK/libWeChatSDK.a",
85       "dependencies": {
86         "VSocial/Core": [
88         ]
89       }
90     }
91   ]