blob: 36c43eed2355d68ab29b5a2c13c24d32d8bf1b59 [file] [log] [blame]
{
"name": "UIViewController-Popup",
"version": "0.0.4",
"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.4"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "UIViewController-PopUp/*",
"dependencies": {
"VisualEffectView": [
"3.0.0"
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}