blob: 5480500f8d6b662c3d5d97c18f8de767955a21ac [file] [log] [blame]
{
"name": "SCHttpManager",
"version": "0.1.0",
"summary": "sooc自己的网络请求,基于af封装.",
"description": "就是这个样子",
"homepage": "https://git.oschina.net/ds18/SCHttpManager",
"screenshots": [
"www.example.com/screenshots_1",
"www.example.com/screenshots_2"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"段帅": "576616412@qq.com"
},
"source": {
"git": "https://git.oschina.net/ds18/SCHttpManager.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SCHttpManager/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}