[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 7 / a / PJNetwork / 1.0.4 / PJNetwork.podspec.json
blobb5296bad7434bd4eba2ed41bc8943142f43205f8
2   "name": "PJNetwork",
3   "version": "1.0.4",
4   "summary": "PJNetwork is a high level request util based on AFNetworking.",
5   "homepage": "https://github.com/coderWPJ",
6   "license": "MIT",
7   "authors": {
8     "WPJ": "331321408@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/coderWPJ/PJNetwork.git",
12     "tag": "1.0.4"
13   },
14   "source_files": "PJNetwork/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "frameworks": "CFNetwork",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.1"
23     ]
24   }