blob: c1017f4691ef85ba2226e43f754790879d5e7a6f [file] [log] [blame]
{
"name": "YXNetWorking",
"version": "0.0.3",
"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.3"
},
"source_files": "YXNetWorking/*.{h,m}",
"resources": "YXNetWorking/SourcesBundle.bundle",
"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"
]
}
}