blob: 5c938c57f87d3877607321c3993d8d984d4ebe7f [file] [log] [blame]
{
"name": "Marathon",
"version": "0.1.4",
"summary": "基于AFNetworking封装的离散网络请求库",
"description": "Marathon是基于AFNetworking封装的离散网络请求库,可以以插件中间层的形式对请求进行处理",
"homepage": "https://github.com/cnchenys/Marathon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TechSen": "cnchenys@qq.com"
},
"source": {
"git": "https://github.com/cnchenys/Marathon.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Marathon/Classes/Marathon/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}
]
}