blob: c0c1a2d714cf6afe555cc52373d5ea4e1e5b7ed0 [file] [log] [blame]
{
"name": "ApIdleManager",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
]
}