[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 9 / d / MTTNetworkLibrary / 1.1 / MTTNetworkLibrary.podspec.json
blobcee6f1e8ede807d56568e1aaa68245d7368392f1
2   "name": "MTTNetworkLibrary",
3   "version": "1.1",
4   "summary": "NetworkLibrary 是基于AFNetworking封装的网络请求库",
5   "description": "NetworkLibrary主要包括:基本的请求,上传,下载,缓存,请求池等功能",
6   "homepage": "https://github.com/waitwalker/MTTNetworkLibrary",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "waitwalker": "waitwalker@163.com"
13   },
14   "source": {
15     "git": "https://github.com/waitwalker/MTTNetworkLibrary.git",
16     "tag": "1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "MTTNetworkLibrary/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 4.0.1"
25     ]
26   }