blob: 3c681cc5481303292c06b73f60145330dcbff710 [file] [log] [blame]
{
"name": "ReusableDataSource",
"version": "0.1",
"summary": "ReusableDataSource for table and collection view written in Swift",
"description": "Never again write a custom UITableView or UICollectionView data source",
"homepage": "https://github.com/Rep2/ReusableDataSource",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Rep": "ivan.rep2@gmail.com"
},
"source": {
"git": "https://github.com/Rep2/ReusableDataSource.git",
"tag": "0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ReusableDataSource/**/*",
"swift_version": "4.1"
}