[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / b / WTValuePicker / 0.0.3 / WTValuePicker.podspec.json
blob8e9612f649c1f1c9c11e0703d28cd36eb2e592b0
2   "name": "WTValuePicker",
3   "version": "0.0.3",
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",
8   "license": {
9     "type": "MIT"
10   },
11   "authors": {
12     "WhiteTown": "whitetownmail@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/whitetown/WTValuePicker.git",
19     "tag": "v0.0.3"
20   },
21   "source_files": [
22     "WTValuePicker",
23     "WTValuePicker/**/*.{h,m,swift}"
24   ],
25   "swift_version": "4.2"