blob: fbf5cf39fb4a80531acea04e2fe2be0c4884c9b2 [file] [log] [blame]
{
"name": "YBNetworking",
"version": "0.0.9",
"summary": "A lightweight but powerful network library with simplified and expressive syntax based on AFNetworking.",
"homepage": "https://gitee.com/zhencanbing/YBNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YBGO": "zhencanbing@jlpay.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "git@gitee.com:zhencanbing/YBNetworking.git",
"tag": "v0.0.9"
},
"source_files": "YBNetworking/*.{h,m}",
"public_header_files": "YBNetworking/*.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}