[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / c / 4 / d / YZYMD5 / 1.0.4 / YZYMD5.podspec.json
blobf29fc3add0412f05d92e2b28d705b236e74c2bb7
2   "name": "YZYMD5",
3   "version": "1.0.4",
4   "summary": "Compute MD5 hash of string or file with small memory usage, implemented in pure Swift, support iOS and MacOS",
5   "description": "Compute MD5 hash of string or file with small memory usage, implemented in pure Swift, support iOS and MacOS.",
6   "homepage": "https://boyknight.github.io/YZYMD5/",
7   "license": "MIT",
8   "authors": {
9     "Yang Zhi Yong": "14497294@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/boyknight/YZYMD5",
13     "tag": "1.0.4"
14   },
15   "swift_version": "4.2",
16   "source_files": "Sources/**/*",
17   "platforms": {
18     "ios": "9.0",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   }