[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / f / 3 / TFTableDescriptor / 1.2.0 / TFTableDescriptor.podspec.json
blobb13daeafe4c931870b99ea0862e2bda8bc215173
2   "name": "TFTableDescriptor",
3   "version": "1.2.0",
4   "summary": "Simple table descriptor with dynamic cell height support",
5   "description": "                       TFTableDescriptor is simple table descriptor that helps you describe how a table content should looks like (sections, row). It have a dynamic cell height support for iOS 7 and higher.\n",
6   "homepage": "https://github.com/thefuntasty/TFTableDescriptor",
7   "license": "MIT",
8   "authors": {
9     "Ales Kocur": "ales@thefuntasty.com"
10   },
11   "source": {
12     "git": "https://github.com/thefuntasty/TFTableDescriptor.git",
13     "tag": "1.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TFTableDescriptor": [
22       "Pod/Assets/*.png"
23     ]
24   }