blob: 4faa1e1e06681e8144f6f42a25954079e19a0d43 [file] [log] [blame]
{
"name": "DTScalePicker",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DTScalePicker": [
"Pod/Assets/*.png"
]
}
}