blob: a62ab013e805c1656f70a3320ac514726eec5eb4 [file] [log] [blame]
{
"name": "RxAutoUpdater",
"version": "0.1.2",
"summary": "Auto update to data for UITableView/UICollectionView",
"homepage": "https://github.com/kciter/RxAutoUpdater",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kciter": "kciter@naver.com"
},
"source": {
"git": "https://github.com/kciter/RxAutoUpdater.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"RxCocoa": [
"~> 2.5"
]
},
"requires_arc": true
}