blob: 4c30a78b38a26514a7e9a383f8ca4e19a898d351 [file] [log] [blame]
{
"name": "SwiftyPickerPopover",
"version": "1.2.2",
"summary": "Popover with Picker/DatePicker by Swift 2.3 for iPhone/iPad, 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": "1.2.2"
},
"source_files": "SwiftyPickerPopover/*.swift",
"resources": [
"SwiftyPickerPopover/**/*.{storyboard,strings}",
"SwiftyPickerPopover/*.{storyboard,strings}"
],
"requires_arc": true
}