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