blob: fda34153d43121c27d9a515af91d2ca881b1c24f [file] [log] [blame]
{
"name": "DTScrollPickerView",
"version": "0.1.5",
"summary": "A custom scroll picker view",
"description": "Custom scroll picker view, subclass from UITableView with UICircleProgressView dependency",
"homepage": "https://github.com/nielstj/DTScrollPickerView",
"license": "MIT",
"authors": {
"Daniel Tjuatja": "daniel.tjuatja@gmail.com"
},
"source": {
"git": "https://github.com/nielstj/DTScrollPickerView.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DTScrollPickerView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"DTCircleProgressView": [
]
}
}