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