blob: fcb895f36c866f918063c3672a42d3852fa38194 [file] [log] [blame]
{
"name": "AnyReusableCell",
"version": "1.0.0",
"summary": "Some reuse extension for UITableView/UICollectionView",
"homepage": "https://github.com/anotheren/AnyReusableCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"anotheren": "liudong.edward@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source": {
"git": "https://github.com/anotheren/AnyReusableCell.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.{h,swift}",
"swift_version": "5.1"
}