[Add] FaceCoreBasicNightly 6.4.1124
[CocoaPods.git] / Specs / c / 4 / 7 / DequeuableRegistrable / 0.1.5 / DequeuableRegistrable.podspec.json
blob366725b2c7cd9d8012faab84b2ca4f64e3b10c46
2   "name": "DequeuableRegistrable",
3   "version": "0.1.5",
4   "summary": "Safe and convenient registering and dequeuing of UITableViewCells and UICollectionViewCells without Strings.",
5   "description": "DequeuableRegistrable is a couple of protocol extensions that allows registering and dequeuing UITableViewCells and UICollectionViewCells without using Strings and without doing any unsafe type casting.",
6   "homepage": "https://github.com/fmo91/DequeuableRegistrable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Fernando Ortiz": "ortizfernandomartin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/fmo91/DequeuableRegistrable.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DequeuableRegistrable/Classes/**/*",
22   "pushed_with_swift_version": "3.0"