blob: f100e1d29f811da2d4a8fdbf9cc4ef557bbb1351 [file] [log] [blame]
{
"name": "DTScrollPickerView",
"version": "0.1.14",
"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.14"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DTScrollPickerView": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"DTCircleProgressView": [
]
}
}