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