[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 4 / c / CertificateSigningRequest / 1.30.0 / CertificateSigningRequest.podspec.json
blobfd44af4267e3187fdd56a08feab68059cf9fb26e
2   "name": "CertificateSigningRequest",
3   "version": "1.30.0",
4   "summary": "Generate self-signed certificate signing requests (CSRs) on iOS, macOS, macCatalyst, watchOS, and tvOS.",
5   "description": "Enables your app to create self-signed CSRs directly on iOS devices. These CSRs can then be sent somewhere else and turned into certificates. The framework should also work on macCatalyst and macOS 10.12+, assuming the keys are created correctly (the test cases shows how to create keys using the iOS Keychain).",
6   "homepage": "https://github.com/cbaker6/CertificateSigningRequest",
7   "license": {
8     "type": "GPLv2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cbaker6": "coreyearleon@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/cbaker6/CertificateSigningRequest.git",
16     "tag": "1.30.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "tvos": "13.0",
22     "watchos": "6.0"
23   },
24   "swift_versions": [
25     "5.5",
26     "5.6",
27     "5.7",
28     "5.8"
29   ],
30   "source_files": "Sources/CertificateSigningRequest/**/*.swift",
31   "swift_version": "5.8"