[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 4 / 7 / DequeuableRegistrable / 0.1.3 / DequeuableRegistrable.podspec.json
blobd083fed830d5453877ab5e7e3684ae92a79f4c8d
2   "name": "DequeuableRegistrable",
3   "version": "0.1.3",
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.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DequeuableRegistrable/Classes/**/*",
22   "pushed_with_swift_version": "3.0"