[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 4 / 2 / MSMotionScroller / 1.0.0 / MSMotionScroller.podspec.json
blob05590f9e51cc9c70b19dc5a61574f36989db4b4e
2   "name": "MSMotionScroller",
3   "version": "1.0.0",
4   "summary": "Scroll anything that can be scrolled by bumping the device in a certain direction.",
5   "description": "A simple class that enables anything that can be scrolled to be scrolled by bumping the device in a certain direction. Inspired by Amazon's Fire Phone ability to scroll without dragging.",
6   "homepage": "https://github.com/schmitzoide/MSMotionScroller",
7   "license": "MIT",
8   "authors": {
9     "Marcel Schmitz": "marcel@hellodev.us"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/schmitzoide/MSMotionScroller.git",
16     "tag": "v1.0.0"
17   },
18   "source_files": "MSMotionScroller/*.{h,m}",
19   "exclude_files": [
20     "MSMotionScrollerExample.xcodeproj",
21     "MSMotionScrollerExample/"
22   ],
23   "requires_arc": true