[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / b / 4 / RSASwiftGenerator / 0.1.1 / RSASwiftGenerator.podspec.json
bloba3b08aa1f7869e6d5ccf45c2e69a246ff5230644
2   "name": "RSASwiftGenerator",
3   "version": "0.1.1",
4   "summary": "A wrapper for Apple's RSA Generation function written in Swift.",
5   "swift_versions": "5.0",
6   "description": "Generade and manage your RSA keys. A wrapper for Apple's RSA Generation function written in Swift.",
7   "homepage": "https://github.com/4taras4/RSASwiftGenerator",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Tarik": "4taras4@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/4taras4/RSASwiftGenerator.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "9.3"
21   },
22   "dependencies": {
23     "CommonCryptoModule": [
25     ]
26   },
27   "requires_arc": true,
28   "source_files": "Sources/**/*.swift",
29   "swift_version": "5.0"