blob: bf6516372ae5a4a79b6b8f5e3fd4a50ac4aca4de [file] [log] [blame]
{
"name": "ReusableViewExtensions",
"version": "0.1.0",
"summary": "Helper methods for UITableView and UICollectionView reusable views",
"description": "Set of extensions for UITableView and UICollectionView for handling cells reusability. Hides casting and eliminates finding cells by Strings.",
"homepage": "https://github.com/agruchala/ReusableViewExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Artur GruchaƂa": "gruchala.a@gmail.com"
},
"source": {
"git": "https://github.com/agruchala/ReusableViewExtensions.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ReusableViewExtensions/Classes/**/*",
"frameworks": "UIKit",
"swift_versions": "4.0",
"swift_version": "4.0"
}