blob: 0fe6cad0daaa0424f3b016b05c9d494a7cc33adf [file] [log] [blame]
{
"name": "IGTableViewEstimatedHeightCache",
"version": "0.3.0",
"summary": "Simple solution for adding estimated height cache to table view controller",
"description": " Simple solution for adding estimated height cache to table view controller\n\t\t\t\t\t \n\t\t\t\t\t Based on StackOverflow.com answer (http://stackoverflow.com/a/26371697/40444) by Kai Burghardt (http://stackoverflow.com/users/1978096/kai-burghardt)\n",
"homepage": "https://github.com/IndieGoGo/IGTableViewEstimatedHeightCache",
"license": "MIT",
"authors": {
"Indiegogo": "tech+gogopair@indiegogo.com",
"janj": "jan.jirout@indiegogo.com",
"glentregoning": "glen.tregoning@indiegogo.com",
"paulz": "paul@indiegogo.com"
},
"source": {
"git": "https://github.com/IndieGoGo/IGTableViewEstimatedHeightCache.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/Indiegogo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"default_subspecs": "IGTableViewEstimatedHeightCache",
"subspecs": [
{
"name": "IGTableViewEstimatedHeightCache",
"source_files": "Pod/Classes/UITableViewController+IGTableViewEstimatedHeightCache.*"
},
{
"name": "SimpleMagic",
"source_files": "Pod/Classes/*"
}
]
}