blob: 227fe9d13aa34d2772773f94e642b3c250ad0094 [file] [log] [blame]
{
"name": "MUKPullToRevealControl",
"version": "1.0.4",
"summary": "Pull to reveal and pull to refresh for every UIScrollView.",
"description": "MUKPullToRevealControl, when added to a UIScrollView instance, places itself at top\nand can be pulled to be revealed.\nIt could be subclassed to achieve pull to refresh controls. MUKCirclePullToRefreshControl\nis an example.",
"homepage": "https://github.com/muccy/MUKPullToRevealControl",
"license": "MIT",
"authors": {
"Marco Muccinelli": "muccymac@gmail.com"
},
"source": {
"git": "https://github.com/muccy/MUKPullToRevealControl.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"compiler_flags": "-Wdocumentation",
"dependencies": {
"KVOController": [
"~> 1.0.3"
]
}
}