[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / f / 8 / 4 / YKWeChatAPI / 1.0.0 / YKWeChatAPI.podspec.json
blob4c88411fe8cf79cd7f82b0a10b862c3bc7fecc32
2   "name": "YKWeChatAPI",
3   "version": "1.0.0",
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.0"
16   },
17   "platforms": {
18     "ios": null
19   },
20   "source_files": [
21     "SDKExport",
22     "SDKExport/*.h"
23   ],
24   "vendored_libraries": "SDKExport/libWeChatSDK.a",
25   "frameworks": [
26     "SystemConfiguration",
27     "Security",
28     "CoreTelephony",
29     "CFNetwork"
30   ],
31   "libraries": [
32     "z",
33     "sqlite3.0",
34     "c++"
35   ],
36   "xcconfig": {
37     "OTHER_LDFLAGS": "-ObjC -all_load"
38   }