blob: a0c24961b28713a8f42db58ded9062e2e074ca05 [file] [log] [blame]
{
"name": "PopupDialog",
"version": "1.0.0",
"summary": "A simple custom popup dialog view controller",
"homepage": "https://github.com/orderella/PopupDialog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Martin Wildfeuer": "mwfire@mwfire.de"
},
"source": {
"git": "https://github.com/orderella/PopupDialog.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/theMWFire",
"platforms": {
"ios": "9.0"
},
"source_files": "PopupDialog/Classes/**/*",
"swift_version": "4.2",
"dependencies": {
"DynamicBlurView": [
"~> 3.0.1"
]
}
}