blob: c0522c3c4a8391723844e54cf3848298a9f466bb [file] [log] [blame]
{
"name": "MTTimer",
"version": "0.0.1",
"summary": "An Objective-C timer that restricts firing to a time range.",
"description": " An Objective-C timer that restricts firing to a time range. \n * If it's dismissed BEFORE min, it waits for min to fire. \n * If it's dismissed AFTER max, it's fired at max.\n * If it's dismissed between min and max, it fires when dismissed.\n",
"homepage": "https://github.com/mysterioustrousers/MTTimer",
"license": "MIT",
"authors": {
"Adam Kirk": "atomkirk@gmail.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/mysterioustrousers/MTTimer.git",
"tag": "0.0.1"
},
"source_files": "MTTimer/MTTimer.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}