blob: f4eaaeb81c4cb79496ea039ac46462c6f84cf93f [file] [log] [blame]
{
"name": "AMViralSwitch",
"version": "0.2.2",
"summary": "Dropin replacement of UISwitch that 'infects' the parent view with the onTintColor when the switch is turned on.",
"description": " A UISwitch drop-in replacement that 'infects' the parent view \n with the active tint color when the switch is turned on, with\n a radial spread. \n The switch can also change the color of the parent's subviews.\n",
"homepage": "https://github.com/andreamazz/ViralSwitch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrea Mazzini": "andrea.mazzini@gmail.com"
},
"source": {
"git": "https://github.com/andreamazz/ViralSwitch.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"ViralSwitch",
"*.{h,m}"
],
"requires_arc": true,
"social_media_url": "https://twitter.com/theandreamazz"
}