[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 1 / SecurityExtensions / 4.0.1 / SecurityExtensions.podspec.json
blob5b9e451d815534cd8f4445effa5a718674abb395
2   "name": "SecurityExtensions",
3   "version": "4.0.1",
4   "summary": "This framework intends to make it easier to use some of Apple's Security framework APIs from Swift.",
5   "description": "This framework provides extensions for SecIdentity, SecCertificate and SecKey. It allows you to easily use their functionality in a Swift manner. Things you can do include: generate key pairs, encrypt and decrypt, sign data, get public keys and private keys from identities and certificates.",
6   "homepage": "https://github.com/svdo/swift-SecurityExtensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Stefan van den Oord": "soord@mac.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/svdo/swift-SecurityExtensions.git",
19     "tag": "4.0.1"
20   },
21   "source_files": "SecurityExtensions/*.swift",
22   "frameworks": "Security",
23   "requires_arc": true,
24   "swift_versions": "5",
25   "dependencies": {
26     "IDZSwiftCommonCrypto": [
27       "~> 0.13.0"
28     ]
29   },
30   "swift_version": "5"