blob: d8ebb560d552328437a35f2fa98f30dd6026a71c [file] [log] [blame]
{
"name": "JMDateDetection",
"version": "0.1.0",
"summary": "JMDateDetection基于key来断定某项操作在某个时间段内操作次数是否异常,假如是异常操作,对其进行惩罚",
"description": "'JMDateDetection基于key来断定某项操作在某个时间段内操作次数是否异常,假如是异常操作,对其进行惩罚。内部实现使用了YYCache'",
"homepage": "https://coding.jiamiantech.com/ce/JMDateDetection.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bloack": "junchen.liu@jiamiantech.com"
},
"source": {
"git": "https://coding.jiamiantech.com/ce/JMDateDetection.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JMDateDetection/Classes/**/*",
"dependencies": {
"YYCache": [
]
}
}