blob: 676e731462bd53974f31808f31d76a6b9669f1f8 [file] [log] [blame]
{
"name": "CKPullDownController",
"version": "1.1",
"summary": "An iOS container view controller for pullable scroll view interfaces.",
"description": " \t\t\t\t\tCKPullDownController is a copy of [MBPullDownController](https://github.com/matej/MBPullDownController) with few bug fix and improviments.\n CKPullDownController 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": "https://github.com/lucoceano/CKPullDownController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Martins": "lucoceano@gmail.com"
},
"source": {
"git": "https://github.com/lucoceano/CKPullDownController.git",
"tag": "1.1"
},
"source_files": "CKPullDownController/*.{h,m}",
"frameworks": "QuartzCore",
"platforms": {
"ios": "5.0"
},
"requires_arc": true
}