[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 8 / 0 / CredifyCryptoSwift / 1.0.9 / CredifyCryptoSwift.podspec.json
blobb52b16f901538c691b2d1c08fa8e33208ab8efa9
2   "name": "CredifyCryptoSwift",
3   "version": "1.0.9",
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.0.9"
22   },
23   "source_files": "CredifyCryptoSwift/**/*.{h,swift}",
24   "vendored_frameworks": "CredifyCryptoSwift/Crypto.framework",
25   "swift_version": "5.3"