[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / e / b / CryptoSwift / 0.4.1 / CryptoSwift.podspec.json
blobb41b2fd446d3757e202c760870df24485d8e628b
2   "name": "CryptoSwift",
3   "version": "0.4.1",
4   "summary": "Cryptography in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES.",
5   "description": "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES.",
6   "homepage": "https://github.com/krzyzanowskim/CryptoSwift",
7   "license": {
8     "type": "Attribution License",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/krzyzanowskim/CryptoSwift.git",
13     "tag": "0.4.1"
14   },
15   "authors": {
16     "Marcin Krzyżanowski": "marcin@krzyzanowskim.com"
17   },
18   "social_media_url": "https://twitter.com/krzyzanowskim",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "source_files": "Sources/CryptoSwift/**/*.swift",
26   "requires_arc": true