blob: 660a59b4031637bb28e88b2c1040e5f2799e0111 [file] [log] [blame]
{
"name": "DVSwitch",
"version": "1.0.2",
"summary": "Customizable control based on UISwitch and UISegmentedControl written in Objective-C",
"description": "* Easily customizable control with nice animations\n* Supporting pan or swipe interactions\n* Requires very little setup - images are not needed\n* Beautiful font color inversion effect - label color changes per pixel:\n* Automatic adjustment based on number of items\n* Inspired by UISegmentedControl and UISwitch",
"homepage": "https://github.com/tauCross/DVSwitch",
"screenshots": [
"http://i.imgur.com/ZrTCGfd.png",
"http://i.imgur.com/rX0O15a.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tauCross": "mstsccls@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/tauCross/DVSwitch.git",
"tag": "1.0.2"
},
"source_files": [
"Source",
"Source/**/*.{h,m}"
],
"requires_arc": true
}