[Add] A00LaunchMeasure 1.0.2
[CocoaPods.git] / Specs / 0 / 1 / b / CryptoSwiftClone / 0.2.0 / CryptoSwiftClone.podspec.json
blob9e15ce1dcb5935a598d84345c3843f790f137f46
2   "name": "CryptoSwiftClone",
3   "version": "0.2.0",
4   "source": {
5     "git": "https://github.com/krzyzanowskim/CryptoSwift.git"
6   },
7   "summary": "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, CMAC, HDKF, Scrypt, ChaCha20, Rabbit, Blowfish, AES, RSA.",
8   "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, RSA",
9   "homepage": "https://github.com/krzyzanowskim/CryptoSwift",
10   "license": {
11     "type": "Attribution",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Marcin Krzyżanowski": "marcin@krzyzanowskim.com"
16   },
17   "social_media_url": "https://twitter.com/krzyzanowskim",
18   "cocoapods_version": ">= 1.10.0",
19   "swift_versions": "5.6",
20   "platforms": {
21     "ios": "11.0",
22     "osx": "10.13"
23   },
24   "source_files": "Sources/CryptoSwift/**/*.swift",
25   "requires_arc": true,
26   "swift_version": "5.6"