blob: 4c0f801188161dadeb56f39affc5d02205c28462 [file] [log] [blame]
{
"name": "SHPolling",
"version": "0.0.1",
"summary": "简单的轮询组件,适用于网络成功或者失败再次轮询请求.",
"description": "this is a simple polling component that applies to a network success or fails to poll again.",
"homepage": "https://github.com/ssyzh/SHPolling",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"ssyzh": "https://ssyzh.github.io"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ssyzh/SHPolling.git",
"tag": "0.0.1"
},
"source_files": "Polling/**/*.{h,m}",
"requires_arc": true
}