blob: e02a77bccfcaab75b6214a4af9e65a9438774b73 [file] [log] [blame]
{
"name": "RxAutoUpdater",
"version": "0.1",
"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"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"RxCocoa": [
"~> 2.5"
]
},
"requires_arc": true
}