blob: 4cb605c4e9ccb858653fc799472f78a14430eb96 [file] [log] [blame]
{
"name": "RxIGListKit",
"version": "1.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/Bruce-pac/RxIGListKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bruce-pac": "guxinye@dinghaotech.com"
},
"source": {
"git": "https://github.com/Bruce-pac/RxIGListKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0",
"source_files": "RxIGListKit/Classes/**/*",
"dependencies": {
"RxCocoa": [
],
"IGListKit": [
]
}
}