blob: 366725b2c7cd9d8012faab84b2ca4f64e3b10c46 [file] [log] [blame]
{
"name": "DequeuableRegistrable",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DequeuableRegistrable/Classes/**/*",
"pushed_with_swift_version": "3.0"
}