[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / 8 / 5 / HTKDynamicResizingCell / 0.0.2 / HTKDynamicResizingCell.podspec.json
blobca2c3fd1ab3c6118f2feea725733c24e13166d0c
2   "name": "HTKDynamicResizingCell",
3   "version": "0.0.2",
4   "summary": "Subclassed UITableView/UICollectionView cells that auto calculate size when AutoLayout constraints are applied correctly. iOS 7+.",
5   "description": "                   Subclassed UITableView/UICollectionView cells that will auto calculate their size so long as AutoLayout constraints are applied correctly. For iOS 7+. Works similar to how iOS 8's auto sizing of cells work.\n",
6   "homepage": "http://www.github.com/henrytkirk/HTKDynamicResizingCell",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Henry T Kirk": "henrytkirk@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/henrytkirk",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/henrytkirk/HTKDynamicResizingCell.git",
20     "tag": "v0.0.2"
21   },
22   "source_files": "HTKDynamicResizingCell/**/*.{h,m}",
23   "requires_arc": true