[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 4 / b / ZKAlamofire / 2.0 / ZKAlamofire.podspec.json
blobf2862c7cb98e00949860a1285f4fdc9385701a5b
2   "name": "ZKAlamofire",
3   "version": "2.0",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "包含 HUD 的网络请求框架,Alamofire 二次封装",
12   "homepage": "https://github.com/WangWenzhuang/ZKAlamofire",
13   "authors": {
14     "WangWenzhuang": "1020304029@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/WangWenzhuang/ZKAlamofire.git",
18     "tag": "2.0"
19   },
20   "description": "将 Alamofire、ZKProgressHUD、SwiftyJSON、ZKStatusBarNotification封装,简化网络请求代码。",
21   "source_files": "ZKAlamofire/**/*.swift",
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3.0"
25   },
26   "dependencies": {
27     "ZKLog": [
29     ],
30     "Alamofire": [
32     ],
33     "SwiftyJSON": [
35     ],
36     "ZKProgressHUD": [
38     ],
39     "ZKStatusBarNotification": [
41     ]
42   }