blob: f1db87310bd139c5aaa1ce89d76e68eb4a8c9a3d [file] [log] [blame]
{
"name": "RDHExpandingPickerViews",
"version": "1.1.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.1.0"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true,
"platforms": {
"ios": "8.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"
]
}