[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 8 / d / f / DLTemplateLayouTableViewCell / 0.0.1 / DLTemplateLayouTableViewCell.podspec.json
blobfa05d8f2084f0c79751141e036dc6d08849ee937
2   "name": "DLTemplateLayouTableViewCell",
3   "version": "0.0.1",
4   "summary": "Template auto layout cell for automatically UITableViewCell height calculate, cache and precache",
5   "description": "Template auto layout cell for automatically UITableViewCell height calculate, cache and precache. Requires a `self-satisfied` UITableViewCell, using system's `- systemLayoutSizeFittingSize:`, provides heights caching.",
6   "homepage": "https://github.com/sdkdimon/DLTemplateLayouTableViewCell",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dmitry lizin": "https://github.com/sdkdimon"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/sdkdimon/DLTemplateLayouTableViewCell.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "DLTemplateLayouTableViewCell/DLTemplateLayouTableViewCell/sources/*.{h,m}",
22   "module_map": "DLTemplateLayouTableViewCell/DLTemplateLayouTableViewCell/sources/module.modulemap",
23   "requires_arc": true