[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / b / c / 6 / RZCellSizeManager / 1.1.2 / RZCellSizeManager.podspec.json
blobcc2c01f5b5dca9bcabf70d57d96ea3c2280bfbdd
2   "name": "RZCellSizeManager",
3   "version": "1.1.2",
4   "summary": "Dynamic size computation and caching for cells.",
5   "description": "                   RZCellSizeManager is an object used to cache and get cell heights for UICollectionView cells and UITableView cells.\n                   It works especially well when using AutoLayout but can be used anytime you want to cache cell sizes.\n",
6   "homepage": "https://github.com/Raizlabs/RZCellSizeManager",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Alex Rouse": "alex.rouse@raizlabs.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/Raizlabs/RZCellSizeManager.git",
18     "tag": "1.1.2"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "RZCellSizeManager/*.{h,m}"
26     },
27     {
28       "name": "CoreDataExtensions",
29       "dependencies": {
30         "RZCellSizeManager/Core": [
32         ]
33       },
34       "source_files": "RZCellSizeManagerExtensions/*+CoreData.{h,m}",
35       "frameworks": "CoreData"
36     },
37     {
38       "name": "RZCollectionListExtensions",
39       "dependencies": {
40         "RZCellSizeManager/Core": [
42         ],
43         "RZCollectionList": [
44           "~> 0.6"
45         ]
46       },
47       "source_files": "RZCellSizeManagerExtensions/*+RZCollectionList.{h,m}"
48     },
49     {
50       "name": "RZCollectionAutoLayoutExtensions",
51       "dependencies": {
52         "RZCellSizeManager/Core": [
54         ]
55       },
56       "source_files": "RZCellSizeManagerExtensions/RZAutoLayoutLabel.{h,m}"
57     }
58   ]