blob: c72ccf3a37ec3d02eea85208680e22d9b55466df [file] [log] [blame]
{
"name": "MessageThrottle",
"version": "1.1.3",
"summary": "A lightweight Objective-C message throttle and debounce library.",
"description": "MessageThrottle is a lightweight, simple library for controlling frequency of forwarding Objective-C messages. You can choose to control existing methods per instance or per class. It's an implementation of function throttle/debounce developed with Objective-C runtime.",
"homepage": "https://github.com/yulingtianxia/MessageThrottle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YangXiaoyu": "yulingtianxia@gmail.com"
},
"social_media_url": "https://twitter.com/yulingtianxia",
"source": {
"git": "https://github.com/yulingtianxia/MessageThrottle.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "6.0",
"osx": "10.7",
"watchos": "1.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "MessageThrottle/*.{h,m}",
"public_header_files": "MessageThrottle/MessageThrottle.h",
"frameworks": "Foundation"
}