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