[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / e / 6 / 4 / SwiftyRSAF / 1.5.3 / SwiftyRSAF.podspec.json
blob03fb809c8f510698d6122be823335bd1f60fa0a8
2   "name": "SwiftyRSAF",
3   "version": "1.5.3",
4   "summary": "Public key RSA encryption in Swift.",
5   "description": "Encrypt with a RSA public key, decrypt with a RSA private key.",
6   "homepage": "https://github.com/pableiros/SwiftyRSA",
7   "license": "MIT",
8   "authors": {
9     "Pablo Bórquez": "pablo.borquez@coppel.com"
10   },
11   "source": {
12     "git": "https://github.com/pableiros/SwiftyRSA.git",
13     "tag": "1.5.3"
14   },
15   "source_files": "Source/*.{swift,m,h}",
16   "exclude_files": "Source/SwiftyRSA+ObjC.swift",
17   "frameworks": "Security",
18   "requires_arc": true,
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "8.3",
22     "tvos": "9.2",
23     "watchos": "2.2"
24   },
25   "subspecs": [
26     {
27       "name": "ObjC",
28       "source_files": "Source/*.{swift,m,h}"
29     }
30   ],
31   "swift_version": "5.0"