[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 6 / 3 / MJNetworking / 0.0.1 / MJNetworking.podspec.json
blob6081d3c633935c11f9ee2d631a95ab2e867f7909
2   "name": "MJNetworking",
3   "version": "0.0.1",
4   "summary": "对AFNetworking的再次封装.",
5   "description": "对AFnetworking的再次封装,主要是网络数据的缓存以及操作等。",
6   "homepage": "https://github.com/github051512/MJNetworking",
7   "license": "MIT",
8   "authors": {
9     "liuzhiwei": "541899992@qq.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/github051512/MJNetworking.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "MJNetworking/**/*.{h,m}",
19   "dependencies": {
20     "AFNetworking": [
22     ]
23   }