blob: 21364fa929ef048f3b5d07c004347b8a9dfcffbb [file] [log] [blame]
{
"name": "PKYDropDownStepper",
"version": "0.0.3",
"summary": "UIControl with label & stepper & dropdown list combined",
"description": " A customizable UIControl with label & stepper & dropdown selection list combined.\n",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yohei okada": "okada.yohei@gmail.com",
"jimmy huang": "jimmy.s.huang@gmail.com"
},
"homepage": "https://github.com/huangjimmy/PKYStepper",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/huangjimmy/PKYStepper.git",
"tag": "0.0.3"
},
"source_files": "PKYStepper/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
],
"requires_arc": true
}