blob: 279234c23ffd7cb80e33bc38ed657fc506167de6 [file] [log] [blame]
{
"name": "AceReusableViews",
"version": "0.1.1",
"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.1"
},
"source_files": "AceReusableViews/**/*.{h,m,swift}",
"swift_version": "5.2"
}