blob: f47b400ff08cc9b627ba5e579ce01626c3c7606d [file] [log] [blame]
{
"name": "YXNetWorking",
"version": "0.0.2",
"summary": "It is a delightful network framework.",
"description": "YXNetWorking is a simple network framework based on AFNetWorking",
"homepage": "https://github.com/YXMao/YXNetWorking",
"license": "MIT",
"authors": {
"maoyuxiang": "295911401@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/YXMao/YXNetWorking.git",
"tag": "0.0.2"
},
"source_files": "YXNetWorking/*.{h,m}",
"requires_arc": true,
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"dependencies": {
"MJExtension": [
],
"MBProgressHUD": [
"~> 0.9.2"
],
"AFNetworking": [
"~> 3.1.0"
]
}
}