blob: f7a009640c53a1a13ace4af31dfd58419d96af7e [file] [log] [blame]
{
"name": "SwiftyPickerPopover",
"version": "6.5.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.5.1"
},
"source_files": "SwiftyPickerPopover/*.swift",
"resources": [
"SwiftyPickerPopover/**/*.{storyboard,strings}",
"SwiftyPickerPopover/*.{storyboard,strings}"
],
"requires_arc": true
}