blob: f289d85e82cb0857dc911a42fc6de910168444f8 [file] [log] [blame]
{
"name": "MBNetwork",
"version": "0.3.0",
"summary": "MBNetwork - Network request can be easier",
"description": "MBNetwork is a network request framework based on Alamofire and ObjectMapper, aiming at making network request easier for business development",
"homepage": "https://github.com/mmoaay/MBNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mmoaay": "mmoaay@sina.com"
},
"source": {
"git": "https://github.com/mmoaay/MBNetwork.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MBNetwork/Classes/**/*",
"resources": "MBNetwork/Assets/**/*",
"dependencies": {
"SwiftProtobuf": [
],
"AlamofireObjectMapper": [
"~>4"
]
},
"pushed_with_swift_version": "3.0"
}