[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / f / 3 / TFTableDescriptor / 0.2.0 / TFTableDescriptor.podspec.json
blobc412fe1147f695bbb72b07eb9475948dbeba067b
2   "name": "TFTableDescriptor",
3   "version": "0.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": "0.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   }