blob: d0a6dfd70e9fad230f4394cac6e0e646af61b3c6 [file] [log] [blame]
{
"name": "SFHttp",
"version": "2.0.0",
"authors": {
"ruibox001": "wangshengyuancrazy@163.com"
},
"homepage": "https://github.com/ruibox001/SFHttp",
"summary": "SFHttp 是基于AFNetworking的封装的网络请求类",
"source": {
"git": "https://github.com/ruibox001/SFHttp.git",
"tag": "v2.0.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": [
"SFHttp",
"SFHttp/**/*.{h,m}"
],
"frameworks": "UIKit",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Release]": "-suppress-warnings"
}
}