blob: 158873b6e8ac4a9c9b26363ac27beb770fd0c04d [file] [log] [blame]
{
"name": "BDBPopupViewController",
"version": "1.0",
"license": "MIT",
"summary": "A UIViewController category for presenting custom view controllers modally.",
"homepage": "https://github.com/bdbergeron/BDBPopupViewController",
"authors": {
"Bradley David Bergeron": "brad@bradbergeron.com"
},
"source": {
"git": "https://github.com/bdbergeron/BDBPopupViewController.git",
"tag": "1.0"
},
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"source_files": "BDBPopupViewController/*.{h,m}",
"public_header_files": "BDBPopupViewController/*.h",
"dependencies": {
"AHEasing": [
"~> 1.1"
]
}
}