[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 6 / 7 / f / RxChecksum / 1.0.0 / RxChecksum.podspec.json
blob89cfdbb77d4055bce1a69b73a0bf2f0b49467196
2   "name": "RxChecksum",
3   "version": "1.0.0",
4   "summary": "Rx-driven checksum calculation framework",
5   "description": "Gently calculates data checksums without loading the whole file into memory.\nNotifies about progress, stops on dispose.",
6   "homepage": "https://github.com/vladlex/RxChecksum",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vladlex": "vladlexion@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vladlex/RxChecksum.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/vladlexion",
19   "platforms": {
20     "osx": "10.10",
21     "ios": "10.0"
22   },
23   "swift_version": "4.2",
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation",
26   "dependencies": {
27     "RxSwift": [
28       "~> 4.5"
29     ]
30   }