blob: d9bb3f5315bc33bb00eb3cf46f7dcc7066175840 [file] [log] [blame]
{
"name": "SevenSwitch",
"version": "2.0.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": "bvogelzang@breuer.com"
},
"source": {
"git": "https://github.com/bvogelzang/SevenSwitch.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SevenSwitch.swift",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true
}