[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 8 / d / 4 / FastScroll / 1.0.3 / FastScroll.podspec.json
blob03a234a72417ef6840b431410a9499e07344cee2
2   "name": "FastScroll",
3   "version": "1.0.3",
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.3",
21     "submodules": true
22   },
23   "source_files": "FastScroll/**/*.{h,swift}",
24   "swift_version": "4.0",
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ]