[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 4 / c / CertificateSigningRequest / 1.25.1 / CertificateSigningRequest.podspec.json
blob41349dd99d42166ba8c7a2f07036375f34ee3e0c
2   "name": "CertificateSigningRequest",
3   "version": "1.25.1",
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.25.1"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.13",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "swift_versions": [
25     "4.0",
26     "5.0"
27   ],
28   "source_files": "CertificateSigningRequest/Classes/**/*",
29   "swift_version": "5.0"