blob: 096cb3cf87b367431798eed8b2c8e257f975b4b2 [file] [log] [blame]
{
"name": "LLRoundSwitch",
"version": "1.0.1",
"license": "MIT",
"summary": "Customizable replacement for UISwitch with ARC support.",
"homepage": "http://github.com/LordLobo/LLRoundSwitch",
"authors": {
"LordLobo": "dan.giralte@gmail.com"
},
"source": {
"git": "https://github.com/LordLobo/LLRoundSwitch.git",
"tag": "1.0.1"
},
"description": "Customize the on/off text, the color of the background, supports event delegation, all with ARC in-mind.",
"platforms": {
"ios": null
},
"source_files": "LLRoundSwitch/*.{h,m}",
"frameworks": [
"QuartzCore",
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}