| { |
| "name": "RxUserDefaults", |
| "version": "0.1.1", |
| "summary": "Wrapper for userDefaults with RxSwift support.", |
| "description": "<<-DESC\n Wrapper for userDefaults with RxSwift support.\n DESC", |
| "homepage": "https://github.com/num42/RxUserDefaults", |
| "license": { |
| "type": "Apache 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "David Kraus": "kraus.david.dev@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/num42/RxUserDefaults.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "tvos": "9.0" |
| }, |
| "source_files": "RxUserDefaults/Classes/**/*", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 3.0.0" |
| ], |
| "RxCocoa": [ |
| "~> 3.0.0" |
| ] |
| } |
| } |