2 "name": "WTValuePicker",
4 "summary": "Large Value Picker based on UITableView",
5 "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 }",
6 "homepage": "https://github.com/whitetown/WTValuePicker",
7 "screenshots": "https://raw.githubusercontent.com/whitetown/WTValuePicker/master/screenshot/WTValuePicker.png",
12 "WhiteTown": "whitetownmail@gmail.com"
18 "git": "https://github.com/whitetown/WTValuePicker.git",
23 "WTValuePicker/**/*.{h,m,swift}"
25 "swift_version": "4.2"