blob: 49be33c8bb9bb93945a5a149777e19734cb8fd9b [file] [log] [blame]
{
"name": "SwiftyPickerPopover",
"version": "2.1.0",
"summary": "Popover with Picker/DatePicker by Swift 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": "2.1.0"
},
"source_files": "SwiftyPickerPopover/*.swift",
"resources": [
"SwiftyPickerPopover/**/*.storyboard",
"SwiftyPickerPopover/**/*.strings"
],
"requires_arc": true
}