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