blob: 08c30b2b99e06fb0eb0422d585ad117c0779342e [file] [log] [blame]
{
"name": "AMViralSwitch",
"version": "0.3.1",
"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 \nwith the active tint color when the switch is turned on, with\na radial spread. \nThe switch can also change the color of the parent's subviews.",
"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.3.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"Source",
"*.{h,m}"
],
"requires_arc": true,
"social_media_url": "https://twitter.com/theandreamazz"
}