blob: 2ebbef229357e9d1e0243d470641d8489da21c89 [file] [log] [blame]
{
"name": "UIViewController-Popup",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "UIViewController-PopUp/*",
"dependencies": {
"VisualEffectView": [
"~> 1.0.4"
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}