[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 1 / f / 9 / IJSHttpUnit / 1.0.0 / IJSHttpUnit.podspec.json
blobd52c2a486d20692a1824a754cca5f53a958e033a
2   "name": "IJSHttpUnit",
3   "version": "1.0.0",
4   "summary": "A Unit of AFNetworking manager.",
5   "description": "刘念大佬开发的网络缓存库,封装AFNetworking,支持离线缓存,支持文件上传,下载,支持多文件,图片,zip,音频视频等文件的上传,支持断点续传,断点下载等功能",
6   "homepage": "https://github.com/wangjinshan/MWHttpUnit",
7   "license": "MIT",
8   "authors": {
9     "wangjinshan": "1096452045@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/wangjinshan/MWHttpUnit.git",
13     "tag": "1.0.0",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "SDK/Classes/MWHTTPUnit.h",
21   "public_header_files": "SDK/Classes/MWHTTPUnit.h",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "AFNetworking": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "CacheUnit",
31       "source_files": "SDK/Classes/CacheUnit/*.{h,m}"
32     },
33     {
34       "name": "HTTP",
35       "source_files": "SDK/Classes/HTTP/*.{h,m}",
36       "dependencies": {
37         "AFNetworking": [
39         ]
40       }
41     },
42     {
43       "name": "HTTPCacheUnit",
44       "source_files": "SDK/Classes/HTTPCacheUnit/*.{h,m}",
45       "dependencies": {
46         "IJSHttpUnit/CacheUnit": [
48         ],
49         "IJSHttpUnit/HTTP": [
51         ],
52         "IJSHttpUnit/Extension": [
54         ]
55       }
56     },
57     {
58       "name": "Extension",
59       "source_files": "SDK/Classes/Extension/*.{h,m}"
60     }
61   ]