blob: 2ddbd360edc67d4646e92e82350491d759e9b7bc [file] [log] [blame]
{
"name": "FastScroll",
"version": "1.0.2",
"summary": "Framework to create a fast scroller on your collection view.",
"homepage": "https://github.com/frichti/FastScroll",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arsène Huot": "arsene.huot@frichti.co"
},
"social_media_url": "https://twitter.com/FrichtiTech",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/frichti/FastScroll.git",
"tag": "v1.0.2",
"submodules": true
},
"source_files": "FastScroll/**/*.{h,swift}",
"swift_version": "4.0",
"frameworks": [
"UIKit",
"Foundation"
]
}