[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 1 / WechatKit / 0.4.4 / WechatKit.podspec.json
blobf0ee053b9224a35e4bb69d79fad718ad29bb80d2
2   "name": "WechatKit",
3   "version": "0.4.4",
4   "summary": "一款快速实现微信第三方登录的框架(Swift4.0版) SDK1.8.5",
5   "homepage": "https://github.com/Xinguang/WechatKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Xinguang": "wechatkit.github.com@kansea.com"
12   },
13   "source": {
14     "git": "https://github.com/Xinguang/WechatKit.git",
15     "tag": "0.4.4"
16   },
17   "documentation_url": "http://Xinguang.github.io/WechatKit/index.html",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "SDKExport/*.h",
24     "WechatKit/*.h",
25     "WechatKit/*.swift"
26   ],
27   "vendored_libraries": "SDKExport/libWeChatSDK.a",
28   "public_header_files": [
29     "WechatKit/*.h",
30     "SDKExport/*.h"
31   ],
32   "frameworks": [
33     "SystemConfiguration",
34     "Security",
35     "CoreTelephony",
36     "CFNetwork",
37     "UIKit"
38   ],
39   "libraries": [
40     "z",
41     "c++",
42     "sqlite3.0"
43   ],
44   "xcconfig": {
45     "OTHER_LDFLAGS": "-ObjC -all_load"
46   }