[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 0 / 8 / Reusable / 4.1.2 / Reusable.podspec.json
blobcc28e9fca47ce981128a75a50ac1ab144f7aa1b1
2   "name": "Reusable",
3   "cocoapods_version": "~> 1.4",
4   "version": "4.1.2",
5   "summary": "A Swift Mixin to deal with reusable UITableView & UICollectionView cells and XIB-based views",
6   "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.",
7   "homepage": "https://github.com/AliSoftware/Reusable",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Olivier Halligon": "olivier@halligon.net"
14   },
15   "social_media_url": "http://twitter.com/aligatr",
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/AliSoftware/Reusable.git",
22     "tag": "4.1.2"
23   },
24   "swift_versions": "5.0",
25   "frameworks": "UIKit",
26   "subspecs": [
27     {
28       "name": "View",
29       "source_files": "Sources/View/*.swift"
30     },
31     {
32       "name": "Storyboard",
33       "source_files": "Sources/Storyboard/*.swift"
34     }
35   ],
36   "swift_version": "5.0"