blob: c12be37d6f2f8d099c1baab16297a2c16175d994 [file] [log] [blame]
{
"name": "ReactiveLists",
"version": "0.5.0",
"summary": "React-like API for UITableView and UICollectionView",
"homepage": "https://github.com/plangrid/ReactiveLists",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "PlanGrid",
"documentation_url": "https://plangrid.github.io/ReactiveLists",
"social_media_url": "https://medium.com/plangrid-technology",
"source": {
"git": "https://github.com/plangrid/ReactiveLists.git",
"tag": "0.5.0"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"dependencies": {
"DifferenceKit": [
"~> 1.1.0"
]
}
}