[Add] ADPhotoKit 1.5.0
[CocoaPods.git] / Specs / 3 / e / b / CryptoSwift / 1.4.2 / CryptoSwift.podspec.json
blobe2d854ef2df09f55c6b9f464b3f5ea8d212dc31a
2   "name": "CryptoSwift",
3   "version": "1.4.2",
4   "source": {
5     "git": "https://github.com/krzyzanowskim/CryptoSwift.git",
6     "tag": "1.4.2"
7   },
8   "summary": "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, CMAC, HDKF, Scrypt, ChaCha20, Rabbit, Blowfish, AES.",
9   "description": "Cryptography functions and helpers for Swift implemented in Swift. SHA-1, SHA-2, SHA-3, MD5, PBKDF1, PBKDF2, Scrypt, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES",
10   "homepage": "https://github.com/krzyzanowskim/CryptoSwift",
11   "license": {
12     "type": "Attribution",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Marcin Krzyżanowski": "marcin@krzyzanowskim.com"
17   },
18   "social_media_url": "https://twitter.com/krzyzanowskim",
19   "cocoapods_version": ">= 1.10.0",
20   "swift_versions": "5.3",
21   "platforms": {
22     "ios": "9.0",
23     "osx": "10.12",
24     "watchos": "2.0",
25     "tvos": "9.0"
26   },
27   "source_files": "Sources/CryptoSwift/**/*.swift",
28   "requires_arc": true,
29   "swift_version": "5.3"