[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / d / 4 / FastScroll / 1.0.2 / FastScroll.podspec.json
blob2ddbd360edc67d4646e92e82350491d759e9b7bc
2   "name": "FastScroll",
3   "version": "1.0.2",
4   "summary": "Framework to create a fast scroller on your collection view.",
5   "homepage": "https://github.com/frichti/FastScroll",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Arsène Huot": "arsene.huot@frichti.co"
12   },
13   "social_media_url": "https://twitter.com/FrichtiTech",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/frichti/FastScroll.git",
20     "tag": "v1.0.2",
21     "submodules": true
22   },
23   "source_files": "FastScroll/**/*.{h,swift}",
24   "swift_version": "4.0",
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ]