[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / 4 / YKWeChatAPI / 1.0.2 / YKWeChatAPI.podspec.json
blob63bf222b1b0d80857ab33e1554c1dde8b9481012
2   "name": "YKWeChatAPI",
3   "version": "1.0.2",
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.2"
16   },
17   "platforms": {
18     "ios": "8.0"
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   }