[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 3 / e / b / CryptoSwift / 0.0.8 / CryptoSwift.podspec.json
blob24cd5ced7c29b28fd7bb70cc62a9502f8c28e646
2   "name": "CryptoSwift",
3   "version": "0.0.8",
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.8"
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/*",
24   "requires_arc": true