blob: 45b29b62260f7010837baf7129e570d31b5ce21a [file] [log] [blame]
{
"name": "ApIdleManager",
"version": "0.0.3",
"summary": "APIdleManager is a iOS custom class that allows developers to set-up a custom idle timeout without subclassing UIApplication",
"homepage": "https://github.com/MitchellMalleo/APIdleManager",
"license": "MIT",
"authors": {
"Mitch Malleo": "mitchellmalleo@gmail.com"
},
"source": {
"git": "https://github.com/MitchellMalleo/APIdleManager.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
]
}