blob: 463608e1a528db054dbc84119117cd506fba9147 [file] [log] [blame]
{
"name": "JTMaterialSwitch",
"version": "1.1",
"summary": "A customizable switch UI inspired from Google's Material Design.",
"description": "`JTMaterialSwitch` is google's material design like switch UI with animation features. \nThis library has cool and sophisticated animations, ripple effect and bounce effect. Also, customizable properties can be tweaked behaviors and enhance your application UI cool. \nWith this library, you can easily implement material design switch to your app.",
"homepage": "https://github.com/JunichiT/JTMaterialSwitch",
"screenshots": "https://raw.githubusercontent.com/JunichiT/JTMaterialSwitch/master/Docs/switches.gif",
"license": "MIT",
"authors": {
"Junichi Tsurukawa": "j.tsurukawa@gmail.com"
},
"source": {
"git": "https://github.com/JunichiT/JTMaterialSwitch.git",
"tag": "1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JTMaterialSwitch": [
"Pod/Assets/*.png"
]
}
}