blob: 38eff7810d33f94deefb2f04574657828c20068d [file] [log] [blame]
{
"name": "SevenSwitch",
"version": "1.2.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": "1.2.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SevenSwitch.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true
}