blob: edc79dc428562da79903266f40dbc8e8ea7ef991 [file] [log] [blame]
{
"name": "PJNetwork",
"version": "1.1.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": "1.1.7"
},
"source_files": "PJNetwork/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.1"
]
},
"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"
}
]
}