[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 1 / 6 / MKNetwork / 1.0.0 / MKNetwork.podspec.json
blobc151e45f8bd99f3486e4db275e41f01e7b758385
2   "name": "MKNetwork",
3   "version": "1.0.0",
4   "summary": "MKNetWork is a high level request util based on AFNetworking.",
5   "homepage": "https://github.com/mbmmhk/MKNetwork.git",
6   "license": "MIT",
7   "authors": {
8     "SamGu": "100667679@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/mbmmhk/MKNetwork.git",
12     "tag": "1.0.0"
13   },
14   "source_files": "MKNetwork/Classes/*.{h,m}",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "frameworks": "CFNetwork",
19   "dependencies": {
20     "AFNetworking": [
21       "~> 3.0"
22     ],
23     "MJExtension": [
24       "~> 3.0.13"
25     ]
26   }