[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 7 / b / SelfSignedCert / 1.0.1 / SelfSignedCert.podspec.json
blobffdc47fee527af234810dc161d6fc1ad3d4f6699
2   "name": "SelfSignedCert",
3   "version": "1.0.1",
4   "summary": "A framework for iOS that allows creating self-signed certificates, implemented in Swift.",
5   "description": "On iOS, you cannot simply create self-signed certificates.\nYou could try and pull out OpenSSL, but that will turn into\na nightmare very quickly. This library provides functionality\nto create self-signed certificates in Swift. DISCLAIMER: I\nam no security expert. This library has not been audited by\none. I just ported a part of another library, copying many\nof the unit tests in there, but I don't know if they were all\ncorrect... Use at your own risk! By the way: if you are a\nsecurity expert and want to audit this library, that would\nearn you LOTS and LOTS of gratitude! Please contact me.",
6   "homepage": "https://github.com/svdo/swift-SelfSignedCert",
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": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/svdo/swift-SelfSignedCert.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "SelfSignedCert/**/*.swift",
22   "dependencies": {
23     "IDZSwiftCommonCrypto": [
24       "~> 0.7"
25     ],
26     "SwiftBytes": [
27       "~> 0.2"
28     ],
29     "SecurityExtensions": [
30       "~> 1.0"
31     ]
32   }