blob: d083fed830d5453877ab5e7e3684ae92a79f4c8d [file] [log] [blame]
{
"name": "DequeuableRegistrable",
"version": "0.1.3",
"summary": "Safe and convenient registering and dequeuing of UITableViewCells and UICollectionViewCells without Strings.",
"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.",
"homepage": "https://github.com/fmo91/DequeuableRegistrable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fernando Ortiz": "ortizfernandomartin@gmail.com"
},
"source": {
"git": "https://github.com/fmo91/DequeuableRegistrable.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DequeuableRegistrable/Classes/**/*",
"pushed_with_swift_version": "3.0"
}