blob: ecf8a34cfe606f58acb268b29c97c2bceeed16b5 [file] [log] [blame]
{
"name": "DSTPickerView",
"version": "1.0",
"summary": "Drop-in replacement for UIPickerView with additional features.",
"homepage": "https://github.com/dunkelstern/DSTPickerView",
"license": {
"type": "BSD (2 clause)",
"file": "LICENSE.txt"
},
"authors": {
"Johannes Schriewer": "jschriewer@gmail.com"
},
"source": {
"git": "https://github.com/dunkelstern/DSTPickerView.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "picker/*.{h,m}",
"frameworks": [
"QuartzCore",
"AudioToolbox"
],
"requires_arc": true
}