blob: 08e10dc2885f7e8e4d785a6501b0721c532f64b1 [file] [log] [blame]
{
"name": "AceReusableViews",
"version": "0.1.0",
"summary": "Extension for UITableView and UICollectionView for reuse views.",
"description": "The extension makes it easy to dequeue and fill with model a reused view.",
"homepage": "https://github.com/AceRodstin/AceReusableViews",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ace Rodstin": "acerodstin@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.2",
"source": {
"git": "https://github.com/AceRodstin/AceReusableViews.git",
"tag": "0.1.0"
},
"source_files": "AceReusableViews/**/*.{h,m,swift}",
"swift_version": "5.2"
}