blob: 45c845b99b261f56f11469d198a00594e06ff225 [file] [log] [blame]
{
"name": "LLRoundSwitch",
"version": "1.0.0",
"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.0"
},
"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
}