[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 6 / 1 / WechatKit / 0.0.2 / WechatKit.podspec.json
blobe6c0a2629c7a278fc8ea9d89c7e7ead963f33291
2   "name": "WechatKit",
3   "version": "0.0.2",
4   "summary": "一款快速实现微信认证的framework written in Swift",
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.0.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "SDKExport/*",
23     "WechatKit/*"
24   ],
25   "vendored_libraries": "SDKExport/libWeChatSDK.a",
26   "public_header_files": [
27     "WechatKit/*.h",
28     "SDKExport/*.h"
29   ],
30   "frameworks": [
31     "SystemConfiguration",
32     "CoreTelephony"
33   ],
34   "libraries": [
35     "z",
36     "c++",
37     "sqlite3.0"
38   ],
39   "dependencies": {
40     "Alamofire": [
41       "~> 3.0"
42     ]
43   }