blob: 5122ad7363dc25c8b688f59c36595ea276ed8fbf [file] [log] [blame]
{
"name": "RxIGListKit",
"version": "2.0.0",
"summary": "A RxSwift wrapper for Instagram IGListKit.",
"description": "A RxSwift wrapper for Instagram IGListKit - A data-driven UICollectionView framework for building fast and flexible lists.\nRxIGListKit bring IGListKit into Reactive world.",
"homepage": "https://github.com/RxSwiftCommunity/RxIGListKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bruce-pac": "Bruce_pac312@foxmail.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxIGListKit.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"swift_versions": "5.0",
"source_files": "RxIGListKit/Classes/**/*",
"dependencies": {
"RxCocoa": [
"~> 5.0.0"
],
"IGListKit": [
"~> 4.0.0"
]
},
"swift_version": "5.0"
}