blob: 52cce8a3cd21d7f1f76dc6a4067ce81e411373d4 [file] [log] [blame]
{
"name": "MBPullDownController",
"version": "1.0",
"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.0"
},
"platforms": {
"ios": null
},
"source_files": "MBPullDownController/*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}