blob: ccff95dd78d4be018837129b3445bed05d755f5c [file] [log] [blame]
{
"name": "MJPopupViewController",
"version": "0.3",
"summary": "A UIViewController Category to display a ViewController as a popup with different transition effects.",
"homepage": "https://github.com/martinjuhasz/MJPopupViewController",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "martinjuhasz",
"source": {
"git": "https://github.com/martinjuhasz/MJPopupViewController.git",
"tag": "v0.3"
},
"platforms": {
"ios": "4.0"
},
"source_files": "Source/*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}