blob: 0866844f4b9f6dfac8632e0a2bb799d21e785798 [file] [log] [blame]
{
"name": "UIViewController_PopUp",
"version": "0.0.3",
"summary": "extension of UIViewController for poping up a another ViewController",
"description": "an extension of UIViewController for poping up a another ViewController with animation effects in Objective-C",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "UIViewController_PopUp/*",
"frameworks": [
"Foundation",
"UIKit"
]
}