blob: a6f82afaac361fb3ecfc55fd9faab898089e6c6f [file] [log] [blame]
{
"name": "LYNetworkRequestKit",
"version": "0.0.2",
"summary": "A short description of LYNetworkRequestKit.",
"description": "网络请求库、支持自定义参数、自定义url 可以高度自定义、继承hud 和请求取消的回调",
"homepage": "https://github.com/shadow-boy/LYNetworkRequestKit.git",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"shadow-boy": "wly1250623585gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/shadow-boy/LYNetworkRequestKit.git",
"tag": "0.0.2"
},
"source_files": [
"LYNetworkRequestKit/*.{h,m}",
"LYNetworkRequestKit/**/*.{h,m}",
"LYNetworkRequestKit/**/**/*.{h,m}",
"LYNetworkRequestKit/**/**/**/*.{h,m}",
"LYNetworkRequestKit/**/**/**/**/*.{h,m}"
],
"exclude_files": "LYNetworkRequestKit/Exclude",
"compiler_flags": "-fno-modules",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
],
"SVProgressHUD": [
"~> 2.2.1"
],
"YYModel": [
"~> 1.0.4"
]
}
}