blob: df24ba237c5adf4aefda16e37e8da3d764085fa1 [file] [log] [blame]
{
"name": "SFHttp",
"version": "1.0.2",
"authors": {
"ruibox001": "wangshengyuancrazy@163.com"
},
"homepage": "https://github.com/ruibox001/SFHttp",
"summary": "SFHttp 是基于AFNetworking的封装的网络请求类",
"source": {
"git": "https://github.com/ruibox001/SFHttp.git",
"tag": "v1.0.2"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"SFHttp",
"SFHttp/**/*.{h,m}"
],
"frameworks": "UIKit"
}