2 "name": "MUKScrollTrigger",
4 "summary": "An observer of UIScrollView which triggers when a certain amount is scrolled.",
5 "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.",
6 "homepage": "https://github.com/muccy/MUKScrollTrigger",
9 "Marco Muccinelli": "muccymac@gmail.com"
12 "git": "https://github.com/muccy/MUKScrollTrigger.git",
19 "source_files": "Classes/*.{h,m}",
20 "compiler_flags": "-Wdocumentation",