[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / e / 6 / MUKScrollTrigger / 1.1.0 / MUKScrollTrigger.podspec.json
blob7b141c51b97032beab940868fc948c468b55ca1c
2   "name": "MUKScrollTrigger",
3   "version": "1.1.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Marco Muccinelli": "muccymac@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/muccy/MUKScrollTrigger.git",
13     "tag": "1.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/**/*.{h,m}",
20   "compiler_flags": "-Wdocumentation"