[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / 4 / c / SocialSDKs_Swift_ReducedWeChat / 0.1.0 / SocialSDKs_Swift_ReducedWeChat.podspec.json
blob00f5757b4d8fa3e482b9e70e3322357e8f416a19
2   "name": "SocialSDKs_Swift_ReducedWeChat",
3   "version": "0.1.0",
4   "summary": "微信原生SDK(无支付)动态库",
5   "description": "基于WeChatSDK1.8.5_NoPay(不包含支付功能)动态库封装",
6   "homepage": "https://github.com/WessonWu/SocialSDKs_Swift",
7   "license": "MIT",
8   "authors": {
9     "wessonwu": "wessonwu94@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/WessonWu/SocialSDKs_Swift.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "pod_target_xcconfig": {
19     "OTHER_LDFLAGS": "-ObjC -all_load"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "Security",
25     "CFNetwork",
26     "SystemConfiguration",
27     "CoreTelephony",
28     "CoreGraphics"
29   ],
30   "libraries": [
31     "c++",
32     "sqlite3.0",
33     "z"
34   ],
35   "source_files": [
36     "common/*.{h,m}",
37     "ReducedWeChat/source/**/*.{h,m}"
38   ],
39   "vendored_libraries": "ReducedWeChat/lib/libWeChatSDK.a",
40   "module_map": "ReducedWeChat/source/module.modulemap"