blob: 6dacd0feec0e8180346f923332c5626802fd3dac [file] [log] [blame]
{
"name": "ReactiveLists",
"version": "0.1.2",
"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.1.2"
},
"source_files": "Sources/**/*.swift",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"requires_arc": true,
"dependencies": {
"Dwifft": [
"~> 0.8.0"
]
}
}