blob: b5296bad7434bd4eba2ed41bc8943142f43205f8 [file] [log] [blame]
{
"name": "PJNetwork",
"version": "1.0.4",
"summary": "PJNetwork is a high level request util based on AFNetworking.",
"homepage": "https://github.com/coderWPJ",
"license": "MIT",
"authors": {
"WPJ": "331321408@qq.com"
},
"source": {
"git": "https://github.com/coderWPJ/PJNetwork.git",
"tag": "1.0.4"
},
"source_files": "PJNetwork/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.1"
]
}
}