blob: 6328994b86b58fdb820b204cb8fa96e7a525f1db [file] [log] [blame]
{
"name": "RDHExpandingPickerViews",
"version": "1.0.2",
"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.2"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "RDHExpandingPickerViews/**/*.{h,m}",
"public_header_files": [
"RDHExpandingPickerViews/DatePicker/**/*.h",
"RDHExpandingPickerViews/Picker**/*.h",
"RDHExpandingPickerViews/Internal/_RDHBaseExpandingPickerContainerView.h"
],
"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"
]
}