blob: a766e4f679ba53212a385507969164661d1e0e70 [file] [log] [blame]
{
"name": "TexturedPopoverBackgroundView",
"version": "1.0.0",
"summary": "Customized background for iOS popover with border, texture, etc...",
"homepage": "https://github.com/ladeiko/TexturedPopoverBackgroundView",
"license": {
"type": "CUSTOM",
"file": "LICENSE"
},
"authors": {
"Siarhei Ladzeika": "sergey.ladeiko@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ladeiko/TexturedPopoverBackgroundView.git",
"tag": "1.0.0"
},
"requires_arc": true,
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.1"
],
"source_files": [
"Sources/**/*.{swift}"
],
"frameworks": "UIKit",
"swift_version": "5.1"
}