blob: 1381101a129501d6e2c34bf6600fe08e7ee05816 [file] [log] [blame]
{
"name": "RxDelegateCells",
"version": "0.1.0",
"summary": "UITableView Cell Height and UICollectionView Cell Size for RxSwift",
"homepage": "https://github.com/devxoul/RxDelegateCells",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/RxDelegateCells.git",
"tag": "0.1.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"dependencies": {
"RxCocoa": [
"~> 2.5"
],
"RxSwift": [
"~> 2.5"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"deprecated": true
}