[Add] TensorFlowLiteSwift 0.0.1-nightly.20241231
[CocoaPods.git] / Specs / f / 8 / 4 / YKWeChatAPI / 1.0.1 / YKWeChatAPI.podspec.json
blobaa0ac709de1b21bf1edeaa7eb6e37f28a4b4ad8b
2   "name": "YKWeChatAPI",
3   "version": "1.0.1",
4   "summary": "微信SDK自己方便使用",
5   "homepage": "https://open.weixin.qq.com",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Yue Kun": "git_yuekun@163.com"
12   },
13   "source": {
14     "git": "https://github.com/public-yuekun/YKWeChatAPI.git",
15     "tag": "1.0.1"
16   },
17   "platforms": {
18     "ios": null
19   },
20   "source_files": [
21     "WXClass/SDKExport",
22     "WXClass/WXManager"
23   ],
24   "vendored_libraries": "WXClass/SDKExport/libWeChatSDK.a",
25   "public_header_files": [
26     "WXClass/SDKExport/*.h",
27     "WXClass/WXManager/*.h"
28   ],
29   "frameworks": [
30     "SystemConfiguration",
31     "Security",
32     "CoreTelephony",
33     "CFNetwork"
34   ],
35   "libraries": [
36     "z",
37     "sqlite3.0",
38     "c++"
39   ],
40   "xcconfig": {
41     "OTHER_LDFLAGS": "-ObjC -all_load"
42   }