blob: 027599b0b37df0383002ea84ce64df2113594b72 [file] [log] [blame]
{
"name": "McPicker",
"version": "0.3.1",
"summary": "McPicker is a UIPickerView drop-in solution with animations that is rotation ready.",
"description": "McPicker is a UIPickerView drop-in solution with animations that is rotation ready. The more string arrays you pass, the more picker components you'll get. You can set custom label or use the defaults. McPicker can be presented as a Popover on iPhone or iPad using showAsPopover or use the default slide up and down style, show.\n\nshowAsPopover can be used to display from a UIView or UIBarButtonItem. showAsPopover will always be presented as a Popover, even when used on an iPhone.",
"homepage": "https://github.com/kmcgill88/McPicker-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin McGill": "kevin@mcgilldevtech.com"
},
"source": {
"git": "https://github.com/kmcgill88/McPicker-iOS.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "McPicker/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}