blob: 920914daf0b9ad3157c3a6e641ba5e44f9c13c5d [file] [log] [blame]
{
"name": "XJNetworking",
"version": "0.0.2",
"summary": "对AFNetworking的再次封装",
"homepage": "https://github.com/LiuXiangJing/XJNetworking.git",
"license": "MIT",
"authors": {
"刘向晶": "lxj_tintin@126.com"
},
"source": {
"git": "https://github.com/LiuXiangJing/XJNetworking.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "XJNetworking/**/*.{h,m}",
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"MJExtension": [
"~> 3.0.13"
],
"MBProgressHUD": [
"~> 1.0.0"
]
}
}