blob: 5b94d5344e828f8c5d01ff22aa67f2dad86cda1c [file] [log] [blame]
{
"name": "RxIGListKit",
"version": "1.0.1",
"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": "1.0.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"swift_versions": "5.0",
"source_files": "RxIGListKit/Classes/**/*",
"dependencies": {
"RxCocoa": [
],
"IGListKit": [
]
},
"swift_version": "5.0"
}