[Add] ADPhotoKit 1.5.0
[CocoaPods.git] / Specs / 3 / e / b / CryptoSwift / 0.1.1 / CryptoSwift.podspec.json
blobccc9001638f0c76c7ef4492a7918aa8f75bbc99f
2   "name": "CryptoSwift",
3   "version": "0.1.1",
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.1.1"
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     "watchos": "2.0"
23   },
24   "source_files": "CryptoSwift/**/*.swift",
25   "requires_arc": true