| { |
| "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 |
| } |