[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / c / 6 / RZCellSizeManager / 1.1.1 / RZCellSizeManager.podspec.json
blobbdd1090879cdf780ea3673087fc09877d373b5d3
2   "name": "RZCellSizeManager",
3   "version": "1.1.1",
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.1"
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   ]