blob: 0220fccff07a20e944bb48d595c560aea3470be9 [file] [log] [blame]
{
"name": "FadingTableView",
"version": "0.0.1",
"summary": "A subclass of UITableView that can fade out content when scrolling.",
"homepage": "https://bitbucket.org/theijligers/fadingtableview",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ton Heijligers": "tonheijligers@gmail.com"
},
"source": {
"git": "https://bitbucket.org/theijligers/fadingtableview.git",
"tag": "0.0.1"
},
"source_files": "FadingTableView/**/*.swift",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1"
}