blob: 13617bae876889b0110d8c1d8804d5c815d4867b [file] [log] [blame]
{
"name": "WBNetwork",
"version": "0.1.2",
"summary": "iOS 基于 AFN 封装的链式网络请求框架",
"homepage": "https://github.com/AllenSWB/WBNetwork",
"license": "MIT",
"authors": "AllenSWB",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/AllenSWB/WBNetwork.git",
"tag": "0.1.2"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "WBNetworkDemo/WBNetwork/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
}