Skip to content

Commit

Permalink
[Add] CryptoSwift 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim authored and CocoaPodsBot committed Jan 28, 2015
1 parent 776da8f commit 881a38b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Specs/CryptoSwift/0.0.6/CryptoSwift.podspec.json
@@ -0,0 +1,21 @@
{
"name": "CryptoSwift",
"version": "0.0.6",
"summary": "Cryptography in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, AES.",
"description": "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, AES.",
"homepage": "https://github.com/krzyzanowskim/CryptoSwift",
"license": {
"type": "Attribution License",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/krzyzanowskim/CryptoSwift.git",
"tag": "0.0.6"
},
"authors": {
"Marcin Krzyżanowski": "marcin.krzyzanowski@hakore.com"
},
"social_media_url": "https://twitter.com/krzyzanowskim",
"source_files": "CryptoSwift/*",
"requires_arc": true
}

0 comments on commit 881a38b

Please sign in to comment.