[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 1 / WechatKit / 0.3.4 / WechatKit.podspec.json
blob5bdc9d33a15e7d614c0756c62b6344c7d2b92d9e
2   "name": "WechatKit",
3   "version": "0.3.4",
4   "summary": "一款快速实现微信第三方登录的框架(Swift3.0版) SDK1.8.0",
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.3.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/*"
25   ],
26   "vendored_libraries": "SDKExport/libWeChatSDK.a",
27   "public_header_files": [
28     "WechatKit/*.h",
29     "SDKExport/*.h"
30   ],
31   "frameworks": [
32     "SystemConfiguration",
33     "Security",
34     "CoreTelephony",
35     "CFNetwork",
36     "UIKit"
37   ],
38   "libraries": [
39     "z",
40     "c++",
41     "sqlite3.0"
42   ],
43   "xcconfig": {
44     "OTHER_LDFLAGS": "-ObjC -all_load"
45   },
46   "pushed_with_swift_version": "3.0"