[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / e / b / CryptoSwift / 0.0.16 / CryptoSwift.podspec.json
blob31f6801c484c5d2f9dc50434e392c85ec794a31e
2   "name": "CryptoSwift",
3   "version": "0.0.16",
4   "summary": "Cryptography in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, AES.",
5   "description": "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, 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.0.16"
14   },
15   "authors": {
16     "Marcin Krzyżanowski": "marcin.krzyzanowski@hakore.com"
17   },
18   "social_media_url": "https://twitter.com/krzyzanowskim",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "source_files": "CryptoSwift/*.swift",
24   "requires_arc": true