Showing
1 changed file
with
80 additions
and
0 deletions
BFEUMengSocial/4.2.3/BFEUMengSocial.podspec
0 → 100644
1 | +{ | ||
2 | +"name": "BFEUMengSocial", | ||
3 | +"version": "4.2.3", | ||
4 | +"summary": "Fork UMeng's official Social SDK for iOS.", | ||
5 | +"description": "UMeng Social SDK,You can easily share any content to Sina Weibo, Tencent Weibo, Renren, Qzone, Doubban, Wechat and so on using our unified APIs.", | ||
6 | +"requires_arc": false, | ||
7 | +"homepage": "http://dev.umeng.com/social/ios/quick-integration", | ||
8 | +"license": { | ||
9 | +"type": "Copyright", | ||
10 | +"text": " Copyright 2011 - 2013 UMeng.com. All rights reserved.\n" | ||
11 | +}, | ||
12 | +"authors": { | ||
13 | +"UMeng": "support@umeng.com" | ||
14 | +}, | ||
15 | +"source": { | ||
16 | +"http": "https://boxfish.oss-cn-hangzhou.aliyuncs.com/umeng_ios_social_sdk_4.2.3_arm64_custom.zip" | ||
17 | +}, | ||
18 | +"source_files": [ | ||
19 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_4.2.3/Header/*.h", | ||
20 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Wechat/*.h", | ||
21 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/*.h", | ||
22 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Sina/*.h", | ||
23 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Instagram/*.h", | ||
24 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Line/*.h", | ||
25 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Whatsapp/*.h", | ||
26 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Tumblr/*.h", | ||
27 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/LaiWang/*.h" | ||
28 | +], | ||
29 | +"resources": [ | ||
30 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_4.2.3/UMSocialSDKResourcesNew.bundle", | ||
31 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/TencentOpenApi_IOS_Bundle.bundle", | ||
32 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_4.2.3/SocialSDKXib/*.xib", | ||
33 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_4.2.3/{en,zh-Hans}.lproj" | ||
34 | +], | ||
35 | +"preserve_paths": [ | ||
36 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_4.2.3/libUMSocial_Sdk_4.2.3.a", | ||
37 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_4.2.3/libUMSocial_Sdk_Comment_4.2.3.a", | ||
38 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Wechat/libSocialWechat.a", | ||
39 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Wechat/libWeChatSDK.a", | ||
40 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/libSocialQQ.a", | ||
41 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/TencentOpenAPI.framework", | ||
42 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Sina/libSocialSina.a", | ||
43 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Instagram/libSocialInstagram.a", | ||
44 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Line/libSocialLine.a", | ||
45 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Whatsapp/libSocialWhatsapp.a", | ||
46 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Tumblr/libSocialTumblr.a", | ||
47 | +"umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/LaiWang/libSocialLaiWang.a" | ||
48 | +], | ||
49 | +"libraries": [ | ||
50 | +"UMSocial_Sdk_4.2.3", | ||
51 | +"UMSocial_Sdk_Comment_4.2.3", | ||
52 | +"SocialQQ", | ||
53 | +"SocialWechat", | ||
54 | +"z", | ||
55 | +"sqlite3", | ||
56 | +"stdc++", | ||
57 | +"iconv", | ||
58 | +"WeChatSDK", | ||
59 | +"SocialSina", | ||
60 | +"SocialInstagram", | ||
61 | +"SocialLine", | ||
62 | +"SocialWhatsapp", | ||
63 | +"SocialTumblr", | ||
64 | +"SocialLaiWang" | ||
65 | +], | ||
66 | +"xcconfig": { | ||
67 | +"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_4.2.3/** $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/ $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Wechat/** $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Sina/** $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Line/** $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Whatsapp/** $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Instagram/** $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/Tumblr/** $(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/LaiWang/**", | ||
68 | +"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/UmengSocial/umeng_ios_social_sdk_4.2.3_arm64_custom/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/" | ||
69 | +}, | ||
70 | +"frameworks": [ | ||
71 | +"SystemConfiguration", | ||
72 | +"MobileCoreServices", | ||
73 | +"TencentOpenAPI", | ||
74 | +"CoreGraphics", | ||
75 | +"CoreTelephony" | ||
76 | +], | ||
77 | +"platforms": { | ||
78 | +"ios": "4.3" | ||
79 | +} | ||
80 | +} |
-
Please register or login to post a comment