blob: 4bd786816c16e93b755a9200eb782da2a7ef1516 [file] [log] [blame]
{
"name": "HorizontalPicker",
"version": "1.0.0",
"summary": "A similar to UIPickerView but horizontal picker view.",
"homepage": "https://github.com/HHuckebein/HorizontalPicker",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"RABE_IT Services": "info@berndrabe.de"
},
"source": {
"git": "https://github.com/HHuckebein/HorizontalPicker.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "HorizontalPicker/**/*.{h,m}",
"frameworks": [
"Foundation",
"QuartzCore"
],
"requires_arc": true
}