blob: 4b16130a456bb177299e5398ff62455e6b79c87c [file] [log] [blame]
{
"name": "UIViewController-Popup",
"version": "0.0.2",
"summary": "UIViewController extension for poping up an another ViewController with animation effects",
"description": "an extension of UIViewController for poping up an another ViewController with animation effects in swift",
"homepage": "https://github.com/litt1e-p/UIViewController-PopUp",
"license": {
"type": "MIT"
},
"authors": {
"litt1e-p": "litt1e.p4ul@gmail.com"
},
"source": {
"git": "https://github.com/litt1e-p/UIViewController-PopUp.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "UIViewController-PopUp/*",
"dependencies": {
"VisualEffectView": [
"~> 3.0.0"
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"pushed_with_swift_version": "4.0"
}