blob: 6642039babf7959bfc14cfa92cafdcc9f51ffdec [file] [log] [blame]
{
"name": "YStepperView",
"version": "0.0.2",
"summary": "Custom Stepper View with visible value change.",
"description": " YStepperView is custom Stepper View. It is similar to the native Stepper view in iOS but allow user to see the current value of YStepperView.\n",
"homepage": "https://github.com/yuvirajsinh/YStepperView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "yuvirajsinh",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/yuvirajsinh/YStepperView.git",
"tag": "v0.0.2"
},
"source_files": "YStepperView/*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}