blob: adb6d675a278be9e688061121a913e9c65041e12 [file] [log] [blame]
{
"name": "Freeze",
"version": "0.4.0",
"summary": "Prevents tableViews from scrolling when they don't need to.",
"description": "This is a simple Swift based pod that can disable scrolling on a table when it does not exceed the bounds of its view.",
"homepage": "https://github.com/seanmcneil/Freeze",
"license": "MIT",
"authors": {
"Sean McNeil": "sean@seanmcneil.com"
},
"source": {
"git": "https://github.com/seanmcneil/Freeze.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/mcneil_sean",
"platforms": {
"ios": "9.0"
},
"source_files": "Freeze/Classes/**/*"
}