blob: 46156b184147deaeb4503c5638eb0f9b54760185 [file] [log] [blame]
{
"name": "DayNightSwitch",
"version": "0.0.3",
"summary": "Add a more natural design to your switches, Moon / Sun for off / on.",
"description": "I saw a [Dribbble Shot](https://dribbble.com/shots/1909289-Day-Night-Toggle-Button-GIF) and thought it was cute, so here's the Swift version of it. A custom UIView subclass that acts like a switch and calls a closure upon change.",
"homepage": "https://github.com/finngaida/DayNightSwitch",
"license": "MIT",
"authors": {
"Finn Gaida": "f@fga.pw"
},
"social_media_url": "https://twitter.com/fga",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/finngaida/DayNightSwitch.git",
"tag": "0.0.3"
},
"source_files": "DayNightSwitch.swift",
"resources": "Example/Assets.xcassets/cloud.imageset/cloud@3x.png"
}