[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 1 / 4 / c / SocialSDKs_Swift_ReducedWeChat / 0.1.2 / SocialSDKs_Swift_ReducedWeChat.podspec.json
bloba0fead9a086b175cf6b447e5cfa50fa13b3ad77b
2   "name": "SocialSDKs_Swift_ReducedWeChat",
3   "version": "0.1.2",
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.2"
14   },
15   "module_name": "ReducedWeChat",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "swift_versions": "5.0",
20   "pod_target_xcconfig": {
21     "OTHER_LDFLAGS": "-ObjC -all_load"
22   },
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "Security",
27     "CFNetwork",
28     "SystemConfiguration",
29     "CoreTelephony",
30     "CoreGraphics"
31   ],
32   "libraries": [
33     "c++",
34     "sqlite3.0",
35     "z"
36   ],
37   "source_files": [
38     "common/*.{h,m,swift}",
39     "ReducedWeChat/source/**/*.{h,m,swift}"
40   ],
41   "vendored_libraries": "ReducedWeChat/lib/libWeChatSDK.a",
42   "swift_version": "5.0"