blob: 9a145ff1bd2a5cedef40f30485f3b35cc85a2faf [file] [log] [blame]
{
"name": "SevenSwitch",
"version": "2.1.0",
"summary": "iOS7 style drop in replacement for UISwitch.",
"homepage": "https://github.com/bvogelzang/SevenSwitch",
"screenshots": [
"https://raw.github.com/bvogelzang/SevenSwitch/master/ExampleImages/example.gif",
"https://raw.github.com/bvogelzang/SevenSwitch/master/ExampleImages/example.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ben Vogelzang": "ben.vogelzang@veracross.com"
},
"source": {
"git": "https://github.com/bvogelzang/SevenSwitch.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SevenSwitch.swift",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}