blob: 155f1127be044722ca3cbd2bb124d2b5c61e5e25 [file] [log] [blame]
{
"name": "YUNetwork",
"version": "1.5.5",
"summary": "Powerful network framework.",
"description": "YUNetwork is based on AFNetworking.",
"homepage": "https://github.com/yuzhidu/YUNetwork",
"authors": {
"马裕博": "1632212092@qq.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source": {
"git": "https://github.com/yuzhidu/YUNetwork.git",
"tag": "1.5.5"
},
"source_files": [
"YUNetwork",
"YUNetwork/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}