[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / 9 / f / Checksum / 1.0.0 / Checksum.podspec.json
blobc2274c488843c51abb9de5bcc032aa9ac94b31cf
2   "name": "Checksum",
3   "version": "1.0.0",
4   "summary": "Checksum calculation extensions for Swift.",
5   "description": "Extends String, Data, and URL to easily and efficiently calculate large file content checksums synchronously and asynchronously with optional progress reporting.\nSupport for calculating checksums of arrays of Data and URL is also included and showcased in the examples below.",
6   "homepage": "https://github.com/Limon-O-O/Checksum",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Ruben Nine": ""
13   },
14   "social_media_url": "https://twitter.com/sonicbee9",
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "10.0",
18     "osx": "10.12",
19     "watchos": "3.0"
20   },
21   "source": {
22     "git": "https://github.com/Limon-O-O/Checksum.git",
23     "tag": "1.0.0"
24   },
25   "source_files": "Checksum/**/*.swift",
26   "requires_arc": true