blob: 2071bf830337128010705bf17feba8551c7d4e6d [file] [log] [blame]
{
"name": "XJNetworking",
"version": "1.0.1",
"summary": "XJNetworking is an iOS request util based on AFNetworking and MJExtension",
"homepage": "https://github.com/LiuXiangJing/XJNetworking.git",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"authors": {
"liuxj": "lxj_tintin@126.com"
},
"source": {
"git": "https://github.com/LiuXiangJing/XJNetworking.git",
"tag": "1.0.1"
},
"source_files": "XJNetworking/**/*.{h,m}",
"requires_arc": true,
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"MJExtension": [
"~> 3.0.13"
]
}
}