blob: 84461d140a1392d22eb961ca20f41e405c97c9b1 [file] [log] [blame]
{
"name": "Insomnia",
"version": "2.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": "2.0.0"
},
"source_files": "Insomnia/**/*.{swift}",
"swift_version": "5.0"
}