blob: 640fb2b1445c38948390d5b7244185bc861842c8 [file] [log] [blame]
{
"name": "DTScalePicker",
"version": "0.1.1",
"summary": "A custom UIControl ScalePicker with pan gesture and masked progress image",
"description": "DTScalePicker for pick a value with pan gesture and translate it to a value given",
"homepage": "https://github.com/nielstj/DTScalePicker",
"license": "MIT",
"authors": {
"Daniel Tjuatja": "daniel.tjuatja@gmail.com"
},
"source": {
"git": "https://github.com/nielstj/DTScalePicker.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DTScalePicker": [
"Pod/Assets/*.png"
]
}
}