blob: 55bc1e848b325a74d51774fa7fc1bf76796e132a [file] [log] [blame]
{
"name": "Marathon",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Marathon/Classes/Marathon/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}
]
}