[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / d / 0 / 8 / Reusable / 2.1.0 / Reusable.podspec.json
blobbd882575a288f27b6a1d160c5e7692e32f8def94
2   "name": "Reusable",
3   "version": "2.1.0",
4   "summary": "A Swift Mixin to deal with reusable UITableView & UICollectionView cells and XIB-based views",
5   "description": "Reusable is a [Swift Mixin](http://alisoftware.github.io/swift/protocol/2015/11/08/mixins-over-inheritance/)\nto easily deal with your reusable UITableViewCell and UICollectionViewCell classes.\n\nSimply mark your `UITableViewCell` or `UICollectionViewCell` sublcasses as\nconforming to either `Reusable` or `NibReusable` and you'll be able to\nmanipulate them way easier, and without worrying with String-type reuseIdentifiers\never again, and instead use them in a type-safe manner!\n\nReusable also support marking any arbitrary `UIView` subclass as `NibLoadable` so that\nyou can then call `loadFromNib()` on the custom view class easily without adding any code.\n\nFor more info, see [my blog post](http://alisoftware.github.io/swift/generics/2016/01/06/generic-tableviewcells/)\nabout this technique.",
6   "homepage": "https://github.com/AliSoftware/Reusable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Olivier Halligon": "olivier@halligon.net"
13   },
14   "social_media_url": "http://twitter.com/aligatr",
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/AliSoftware/Reusable.git",
21     "tag": "2.1.0"
22   },
23   "source_files": "Sources",
24   "frameworks": "UIKit"