[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / a / b / CellCoordinator / 0.0.1 / CellCoordinator.podspec.json
blobbc6c2490ccb734975c1f56de4945384c45fc6df6
2   "name": "CellCoordinator",
3   "version": "0.0.1",
4   "summary": "The ultimate API for UITableView and UICollectionView. Simple. Powerful. Objective-C and Swift compatible.",
5   "description": "# CellCoordinator\nCellCoordinator extends `UICollectionView`, and `UITableView` with a comprehensive source-providing API that makes it simple to build complex table-based/collection-based controllers.",
6   "homepage": "https://github.com/DarkDarius/CellCoordinator",
7   "license": {
8     "type": "GNU GPLv3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Darius": "manaev@me.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/DarkDarius/CellCoordinator.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "CellCoordinator/CellCoordinator",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ]