blob: a081f535736085c4dfd8514c1df80d5a849d0ff0 [file] [log] [blame]
{
"name": "PJNetwork",
"version": "0.0.7",
"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": "0.0.7"
},
"source_files": "PJNetwork/*.{h,m}",
"requires_arc": true,
"private_header_files": "PJNetwork/PJNetwork.h",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}