blob: 5b5ba7d54c1a2012e430529ccd3d8aca1a692ec5 [file] [log] [blame]
{
"name": "IdleTimer",
"version": "0.6.0",
"summary": "Easy control of UIApplication idleTimer",
"description": "This is a class to consolidate and manipulate the Idle Timer on iOS. The double negatives make manipulating the idle timer for iOS applications confusing. This helps track the value and manipulate it easily.",
"homepage": "https://github.com/jzucker2/IdleTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jordan Zucker": "jordan.zucker@gmail.com"
},
"source": {
"git": "https://github.com/jzucker2/IdleTimer.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "IdleTimer/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}