[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / 6 / CollectionAndTableViewCompatible / 0.1.1 / CollectionAndTableViewCompatible.podspec.json
blob338d12d2cf8166efd6c603ff746867ab8249fd98
2   "name": "CollectionAndTableViewCompatible",
3   "version": "0.1.1",
4   "summary": "A set of Swift protocols and Xcode snippets that will make it easy to do clean UICollectionView and UITableView code.",
5   "description": "The project consists of three protocols:\n- `TableViewCompatible`\n- `Configurable`\n- `TableViewSection`\n\nCreate a view model that conforms to the `TableViewCompatible` protocol. The view model could either be a separate class or an extension to your existing model obejct. Your choice.\n\nThe create a `UITableViewCell` subclass that conforms to the `Configurable` protocol. Make the function `configureWithModel` take an instance of your view model as parameter.\n\nFinally create a class or struct that conforms to the `TableViewSection` protocol and let your `UITableViewDataSource` data model be an array of `TableViewSection`.\n\nFor a more detailed explaination see this [blog post](https://blog.jayway.com/2016/11/15/clean-table-view-code-using-swift-protocols/)",
6   "homepage": "https://github.com/jayway/CollectionAndTableViewCompatible",
7   "license": {
8     "type": "Apache Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jimmie Jensen": "jimmie.jensen@jayway.com"
13   },
14   "source": {
15     "git": "https://github.com/jayway/CollectionAndTableViewCompatible.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"