[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 1 / 4 / d / IGTableViewEstimatedHeightCache / 0.3.0 / IGTableViewEstimatedHeightCache.podspec.json
blob0fe6cad0daaa0424f3b016b05c9d494a7cc33adf
2   "name": "IGTableViewEstimatedHeightCache",
3   "version": "0.3.0",
4   "summary": "Simple solution for adding estimated height cache to table view controller",
5   "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",
6   "homepage": "https://github.com/IndieGoGo/IGTableViewEstimatedHeightCache",
7   "license": "MIT",
8   "authors": {
9     "Indiegogo": "tech+gogopair@indiegogo.com",
10     "janj": "jan.jirout@indiegogo.com",
11     "glentregoning": "glen.tregoning@indiegogo.com",
12     "paulz": "paul@indiegogo.com"
13   },
14   "source": {
15     "git": "https://github.com/IndieGoGo/IGTableViewEstimatedHeightCache.git",
16     "tag": "0.3.0"
17   },
18   "social_media_url": "https://twitter.com/Indiegogo",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "IGTableViewEstimatedHeightCache",
24   "subspecs": [
25     {
26       "name": "IGTableViewEstimatedHeightCache",
27       "source_files": "Pod/Classes/UITableViewController+IGTableViewEstimatedHeightCache.*"
28     },
29     {
30       "name": "SimpleMagic",
31       "source_files": "Pod/Classes/*"
32     }
33   ]