blob: ed952c5c28eeaa5d5460c6304b7e15b66a5bfd14 [file] [log] [blame]
{
"name": "RxIndexPathDataSource",
"version": "0.1.1",
"summary": "Rx Extension of Animated TableView / CollectionView",
"swift_versions": "4.0",
"description": "Rx Extension of Animated TableView / CollectionView. Useful library to use RxDataSource and animate collectionView or tableView.",
"homepage": "https://github.com/sesang06/RxIndexPathDataSource",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sesang06": "sesang06@naver.com"
},
"source": {
"git": "https://github.com/sesang06/RxIndexPathDataSource.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxIndexPathDataSource/Classes/**/*",
"dependencies": {
"RxDataSources": [
"~> 4.0"
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
},
"swift_version": "4.0"
}