blob: 98324456e93accb83adfa56a8458cbd740869658 [file] [log] [blame]
{
"name": "RDHExpandingPickerViews",
"version": "1.0.0",
"license": "MIT",
"summary": "Inline view that expands to show a UIPickerView/UIDatePickerView.",
"homepage": "https://github.com/rhodgkins/RDHExpandingPickerViews",
"authors": "Rich Hodgkins",
"source": {
"git": "https://github.com/rhodgkins/RDHExpandingPickerViews.git",
"tag": "1.0.0"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "RDHExpandingPickerViews/**/*.{h,m}",
"private_header_files": "**/Internal/**/*",
"screenshots": [
"https://raw.github.com/rhodgkins/RDHExpandingPickerViews/master/Images/unexpanded.png",
"https://raw.github.com/rhodgkins/RDHExpandingPickerViews/master/Images/date.png",
"https://raw.github.com/rhodgkins/RDHExpandingPickerViews/master/Images/countdown.png",
"https://raw.github.com/rhodgkins/RDHExpandingPickerViews/master/Images/picker.png"
]
}