blob: 50cd4abf4eb1ba9953303beb7b6b59e236f45c6c [file] [log] [blame]
{
"name": "RxCollectionViewLayout",
"version": "0.0.2",
"authors": {
"ThanhQuang": "thanhquang.stahli@gmail.com"
},
"summary": "Reactive extension for CollectionViewLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/chotchachi/RxCollectionViewLayout",
"source": {
"git": "https://github.com/chotchachi/RxCollectionViewLayout.git",
"branch": "main",
"tag": "0.0.2"
},
"source_files": "RxCollectionViewLayout/**/*.{h,m,swift}",
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"frameworks": "SystemConfiguration",
"dependencies": {
"RxDataSources": [
"~> 4.0"
],
"RxSwift": [
"~> 5.1.1"
],
"RxCocoa": [
"~> 5.1.1"
]
},
"swift_version": "5.0"
}