[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 3 / 2 / MJNetWorkKit / 1.1.5 / MJNetWorkKit.podspec.json
blob37c06532f48d3b1fa45ddea724a0b92a8777efe1
2   "name": "MJNetWorkKit",
3   "version": "1.1.5",
4   "summary": "在CTNetworking基础上封装的一套网络请求框架",
5   "description": "依赖于AFNetworking、CTMediator、CTNetworking的网络请求框架,在CTNetworking基础上做了更具体更贴近业务的改动。",
6   "homepage": "https://github.com/jgyhc/MJNetWorkKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "刘聪": "jgyhc@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jgyhc/MJNetWorkKit.git",
16     "tag": "1.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MJNetWorkKit/Classes/**/*.{h,m}",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "CTMediator": [
28     ],
29     "CTNetworking": [
31     ]
32   }