[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 8 / c / Feistel / 1.0.1 / Feistel.podspec.json
blobae4e89fdb083a4af1be8f71952a951a411821893
2   "name": "Feistel",
3   "version": "1.0.1",
4   "summary": "A feistel cipher algorithm written in Swift",
5   "description": "A feistel cipher algorithm used to encrypt and decrypt data",
6   "swift_versions": "5.0",
7   "homepage": "https://github.com/wvabrinskas/Swift-Feistel-Cipher",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "William Vabrinskas": "wvabrinskas@gmail.com"
14   },
15   "platforms": {
16     "ios": "13.0"
17   },
18   "source": {
19     "git": "https://github.com/wvabrinskas/Swift-Feistel-Cipher.git",
20     "tag": "1.0.1"
21   },
22   "frameworks": [
23     "Foundation",
24     "CryptoKit"
25   ],
26   "source_files": "Feistel/Feistel.swift",
27   "swift_version": "5.0"