blob: d014057db0ad54b4dc1c3fc597249ee258f253d4 [file] [log] [blame]
{
"name": "MBPullDownController",
"version": "1.1.1",
"summary": "An iOS container view controller for pullable scroll view interfaces.",
"description": " MBPullDownController accepts two view controllers, which it presents one above the other. \n The front view controller is configured to accept a pull interaction which it utilizes to show or hide back view controller.\n",
"homepage": "http://www.bukovinski.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matej Bukovinski": "matej@bukovinski.com"
},
"source": {
"git": "https://github.com/matej/MBPullDownController.git",
"tag": "1.1.1"
},
"source_files": "MBPullDownController/*.{h,m}",
"frameworks": "QuartzCore",
"platforms": {
"ios": "5.0"
},
"requires_arc": true
}