blob: 7b6b9fc9d3179c0a7e6f805d009a62f094b01b9b [file] [log] [blame]
{
"name": "MUKScrollTrigger",
"version": "1.0.0",
"summary": "An observer of UIScrollView which triggers when a certain amount is scrolled.",
"description": "MUKScrollTrigger observes a UIScrollView instance and it monitors scrolled amount. When a\nthreshold is passed, it triggers.\nThis mechanism could be used to achieve infinite scroll of a table view, for example.",
"homepage": "https://github.com/muccy/MUKScrollTrigger",
"license": "MIT",
"authors": {
"Marco Muccinelli": "muccymac@gmail.com"
},
"source": {
"git": "https://github.com/muccy/MUKScrollTrigger.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"compiler_flags": "-Wdocumentation",
"dependencies": {
"KVOController": [
"~> 1.0.3"
]
}
}