blob: 27e1b2c18b8903f9d51e89ec285936a5feb94c2e [file] [log] [blame]
{
"name": "PJNetwork",
"version": "1.3.0",
"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.3.0"
},
"source_files": "PJNetwork/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
]
},
"subspecs": [
{
"name": "Reachability",
"platforms": {
"ios": "7.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "PJNetwork/Reachability/*.{h,m}",
"public_header_files": "PJNetwork/Reachability/PJ_Reachability.h",
"frameworks": "SystemConfiguration"
}
]
}