Latest | 1.0.0 |
---|---|
Homepage | https://github.com/wangjinshan/MWHttpUnit |
License | MIT |
Platforms | ios 9.0, requires ARC |
Dependencies | AFNetworking |
Frameworks | UIKit |
Authors |
MWHttpUnit
封装AFNetworking,支持离线缓存,支持文件上传,下载,支持多文件,图片,zip,音频视频等文件的上传,支持断点续传,断点下载等功能
Latest podspec
{ "name": "IJSHttpUnit", "version": "1.0.0", "summary": "A Unit of AFNetworking manager.", "description": "u5218u5ff5u5927u4f6cu5f00u53d1u7684u7f51u7edcu7f13u5b58u5e93,u5c01u88c5AFNetworking,u652fu6301u79bbu7ebfu7f13u5b58,u652fu6301u6587u4ef6u4e0au4f20,u4e0bu8f7d,u652fu6301u591au6587u4ef6,u56feu7247,zip,u97f3u9891u89c6u9891u7b49u6587u4ef6u7684u4e0au4f20,u652fu6301u65adu70b9u7eedu4f20,u65adu70b9u4e0bu8f7du7b49u529fu80fd", "homepage": "https://github.com/wangjinshan/MWHttpUnit", "license": "MIT", "authors": { "wangjinshan": "[email protected]" }, "source": { "git": "https://github.com/wangjinshan/MWHttpUnit.git", "tag": "1.0.0", "submodules": true }, "platforms": { "ios": "9.0" }, "requires_arc": true, "source_files": "SDK/Classes/MWHTTPUnit.h", "public_header_files": "SDK/Classes/MWHTTPUnit.h", "frameworks": "UIKit", "dependencies": { "AFNetworking": [] }, "subspecs": [ { "name": "CacheUnit", "source_files": "SDK/Classes/CacheUnit/*.{h,m}" }, { "name": "HTTP", "source_files": "SDK/Classes/HTTP/*.{h,m}", "dependencies": { "AFNetworking": [] } }, { "name": "HTTPCacheUnit", "source_files": "SDK/Classes/HTTPCacheUnit/*.{h,m}", "dependencies": { "IJSHttpUnit/CacheUnit": [], "IJSHttpUnit/HTTP": [], "IJSHttpUnit/Extension": [] } }, { "name": "Extension", "source_files": "SDK/Classes/Extension/*.{h,m}" } ] }
Sun, 19 Aug 2018 01:20:06 +0000