blob: be8e80705ff09365d257e171d161ecf2087171d5 [file] [log] [blame]
{
"name": "SwiftyPickerPopover",
"version": "6.3.1",
"summary": "A more convenient way to display a popover with a built-in picker, on iPhone/iPad of iOS9+.",
"homepage": "https://github.com/hsylife/SwiftyPickerPopover",
"license": "MIT",
"authors": {
"Yuta Hoshino": "ythshn@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/hsylife/SwiftyPickerPopover.git",
"tag": "6.3.1"
},
"source_files": "SwiftyPickerPopover/*.swift",
"resources": [
"SwiftyPickerPopover/**/*.{storyboard,strings}",
"SwiftyPickerPopover/*.{storyboard,strings}"
],
"requires_arc": true
}