blob: b5c7028d6a06ac1839fe98eda89b190b167aaadf [file] [log] [blame]
{
"name": "MUKPullToRevealControl",
"version": "1.3.1",
"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.3.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"public_header_files": [
"Classes/MUKPullToRevealControl.h",
"Classes/Circle/*.h"
],
"compiler_flags": "-Wdocumentation",
"dependencies": {
"MUKSignal": [
"~> 1.1.0"
]
}
}