blob: 66660c383a0348e05e2bff4eaf6a3ac64a873d19 [file] [log] [blame]
{
"name": "BUKPickerView",
"version": "1.0.1",
"summary": "Data picker using UITableViews, allow multi level selection and multi selection.",
"description": " BUKPickerView is used for multi level data selection. Using UITableView to display each level's data,\n and UITableViewCell for each item. You can set the delegate to your own class, and implement the delegate\n methods for any situation.\n\n But I think delegate is quite flexible for simple data selection, I also provide a BUKPickViewModel class.\n BUKPickerViewModel's instance can directly be used as BUKPickerView's delegate, and providing ways for customize.\n\n I wish the BUKPickerViewModel can satisfy most of your needs, or you need to write your own delegate or just\n open some issues in the github.\n",
"homepage": "https://github.com/iException/BUKPickerView",
"license": "MIT",
"authors": {
"hyice": "hy_ice719@163.com"
},
"source": {
"git": "https://github.com/iException/BUKPickerView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/*",
"dependencies": {
"BUKDynamicPopView": [
"~> 1.0.2"
]
}
}