blob: 30a15232250954ef00f663e4f8674da301948c0f [file] [log] [blame]
{
"name": "WJFunctionThrottle",
"version": "1.0.0",
"summary": "A lightweight Objective-C function throttle and debounce library. ",
"description": "A lightweight Objective-C function throttle and debounce library.",
"homepage": "https://github.com/wangwanjie/WJFunctionThrottle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangwanjie": "wangwanjie1993@gmail.com"
},
"source": {
"git": "https://github.com/wangwanjie/WJFunctionThrottle.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"WJFunctionThrottle",
"WJFunctionThrottle/**/*.{h,m}"
],
"public_header_files": "WJFunctionThrottle/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}