blob: b0957b08b18a07232364ec0745dfd1809f091832 [file] [log] [blame]
{
"name": "CLTableWithFooterViewController",
"version": "0.2.0",
"summary": "Easily add a stationary footer image when you reach the bottom of your UIScrollView or UITableView",
"description": " Easily add a stationary footer image when you reach the bottom of your UIScrollView or UITableView.\n It will remain put when the content bounces up and hide when scrolling up.\n",
"homepage": "https://github.com/chrisledet/CLTableWithFooterViewController",
"screenshots": "https://github.com/chrisledet/CLTableWithFooterViewController/blob/master/Example.gif",
"license": "MIT",
"authors": {
"Chris Ledet": "me@chrisledet.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/chrisledet/CLTableWithFooterViewController.git",
"tag": "v0.2.0"
},
"source_files": [
"Src",
"Src/**/*.{h,m}"
],
"requires_arc": true
}