| { |
| "name": "RxChecksum", |
| "version": "1.0.0", |
| "summary": "Rx-driven checksum calculation framework", |
| "description": "Gently calculates data checksums without loading the whole file into memory.\nNotifies about progress, stops on dispose.", |
| "homepage": "https://github.com/vladlex/RxChecksum", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "vladlex": "vladlexion@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/vladlex/RxChecksum.git", |
| "tag": "1.0.0" |
| }, |
| "social_media_url": "https://twitter.com/vladlexion", |
| "platforms": { |
| "osx": "10.10", |
| "ios": "10.0" |
| }, |
| "swift_version": "4.2", |
| "source_files": "Sources/**/*", |
| "frameworks": "Foundation", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 4.5" |
| ] |
| } |
| } |