[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 1 / WechatKit / 0.2.0 / WechatKit.podspec.json
blob4c70af2a929146bf097ca5e24e078f88ff219e92
2   "name": "WechatKit",
3   "version": "0.2.0",
4   "summary": "一款快速实现微信第三方登录的框架(Swift3.0版)",
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.0"
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   ],
35   "libraries": [
36     "z",
37     "c++",
38     "sqlite3.0"
39   ]