blob: 3f2185f5198943d389a937be83a61abd1cb8fc9d [file] [log] [blame]
{
"name": "WTValuePicker",
"version": "0.0.1",
"summary": "Large Value Picker based on UITableView",
"description": "Large Value Picker based on UITableView\n\n let picker1 = WTValuePicker()\n\n self.picker1.fillColor = .yellow\n self.picker1.attributes = [\n NSAttributedString.Key.font: UIFont.boldSystemFont(ofSize: 32)\n ]\n\n self.picker1.frame = CGRect(x: 0, y: 0, width: 100, height: self.view.frame.size.height)\n self.view.addSubview(self.picker1)\n\n self.picker1.onSelect = { value in\n print(value)\n }\n self.picker1.onScrolling = { isScrolling in\n print(isScrolling)\n }",
"homepage": "https://github.com/whitetown/WTValuePicker",
"screenshots": "https://raw.githubusercontent.com/whitetown/WTValuePicker/master/screenshot/WTValuePicker.png",
"license": {
"type": "MIT"
},
"authors": {
"WhiteTown": "whitetownmail@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/whitetown/WTValuePicker.git",
"tag": "v0.0.1"
},
"source_files": [
"WTValuePicker",
"WTValuePicker/**/*.{h,m}"
]
}