blob: e9b07f6e43354c400af5a1e10fbce6cc9632e4dd [file] [log] [blame]
{
"name": "JTSSemanticReload",
"version": "1.0.1",
"summary": "A category on UITableViewController for calling \"reloadData\" while preserving semantic content offset.",
"homepage": "https://github.com/jaredsinclair/JTSSemanticReload",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jared Sinclair": "https://twitter.com/jaredsinclair"
},
"source": {
"git": "https://github.com/jaredsinclair/JTSSemanticReload.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": [
"Source/*.{h,m}"
]
}