blob: 17077aef3ccec55ec4c86225e15d40c5025ab87b [file] [log] [blame]
{
"name": "SwiftyPickerPopover",
"version": "3.0.0",
"summary": "Make a popover with a built-in picker display on iPhone/iPad running on iOS9+ wih 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.0"
},
"source_files": "SwiftyPickerPopover/*.swift",
"resources": [
"SwiftyPickerPopover/**/*.{storyboard,strings}",
"SwiftyPickerPopover/*.{storyboard,strings}"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}