[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 9 / 8 / 0 / CredifyCryptoSwift / 1.1.0 / CredifyCryptoSwift.podspec.json
bloba395b1724f7167aefde934ab614f6dc25ae22b8f
2   "name": "CredifyCryptoSwift",
3   "version": "1.1.0",
4   "summary": "Credify crypto related framework in Swift",
5   "description": "Cryptography functions and helpers for Swift. Ed25519 signing, RSA encryption. With PKCS#8 format.",
6   "homepage": "https://github.com/credify-pte-ltd/CredifyCryptoSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shuichi Nagao": "shu@credify.one"
13   },
14   "social_media_url": "https://credify.one",
15   "swift_versions": "5.3",
16   "platforms": {
17     "ios": "12.0"
18   },
19   "source": {
20     "git": "https://github.com/credify-pte-ltd/CredifyCryptoSwift.git",
21     "tag": "v1.1.0"
22   },
23   "source_files": "CredifyCryptoSwift/**/*.{h,swift}",
24   "vendored_frameworks": "CredifyCryptoSwift/Crypto.framework",
25   "swift_version": "5.3"