blob: 2a627801f8be46cc31e1098e42132d0adc9ac456 [file] [log] [blame]
{
"name": "CKPullDownController",
"version": "1.0",
"summary": "An iOS container view controller for pullable scroll view interfaces.",
"description": " \t\t\t\t\tCKPullDownController is a copu 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.0"
},
"source_files": "CKPullDownController/*.{h,m}",
"frameworks": "QuartzCore",
"platforms": {
"ios": "5.0"
},
"requires_arc": true
}