blob: 78e2f6cafab1ae4ffbf051c0de61347727dc454e [file] [log] [blame]
{
"name": "SGSHTTPModule",
"version": "0.1.1",
"summary": "基于 AFNetworking 封装的 HTTP 请求组件",
"homepage": "http://112.94.224.243:8081/kun.li/sgshttpmodule/tree/master",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lee": "kun.li@southgis.com"
},
"source": {
"git": "http://112.94.224.243:8081/kun.li/sgshttpmodule.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SGSHTTPModule/Classes/**/*",
"public_header_files": "SGSHTTPModule/Classes/**/*.{h}",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}