blob: deeb0d3ac56df337364f7329bc9ba3e574edb8c6 [file] [log] [blame]
{
"name": "Insomnia",
"version": "1.0.0",
"summary": "Small class to disable sleep timeout in iOS.",
"description": "Sometimes you want your iPhone to stay awake a little bit longer.",
"homepage": "https://github.com/ochococo/insomnia/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Oktawian Chojnacki",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ochococo/insomnia.git",
"tag": "1.0.0"
},
"source_files": "Insomnia/**/*.{swift}",
"swift_version": "4.1"
}