blob: fbc78ae6f4d50368fa0a6daf41ef52aaa16e4a3e [file] [log] [blame]
{
"name": "SwiftyPickerPopover",
"version": "3.0.1",
"summary": "Make a popover with a built-in picker appear on iOS9+ runnng on iPhone/iPad with simple code in Swift3.",
"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": "3.0.1"
},
"source_files": "SwiftyPickerPopover/*.swift",
"resources": [
"SwiftyPickerPopover/**/*.{storyboard,strings}",
"SwiftyPickerPopover/*.{storyboard,strings}"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}