[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / c / b / SwiftyRSA8 / 1.4.0 / SwiftyRSA8.podspec.json
blobfc1dbdddb959192d3b32d2bb09f540d0c5e963c5
2   "name": "SwiftyRSA8",
3   "version": "1.4.0",
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/omargawish/SwiftyRSA",
7   "license": "MIT",
8   "authors": {
9     "Scoop": "ops@takescoop.com"
10   },
11   "source": {
12     "git": "https://github.com/omargawish/SwiftyRSA.git",
13     "tag": "1.4.0"
14   },
15   "source_files": "SwiftyRSA/*.{swift,m,h}",
16   "exclude_files": "SwiftyRSA/SwiftyRSA+ObjC.swift",
17   "frameworks": "Security",
18   "requires_arc": true,
19   "swift_version": "4.1",
20   "platforms": {
21     "ios": "8.0",
22     "tvos": "9.2",
23     "watchos": "2.2"
24   },
25   "deprecated": true,
26   "subspecs": [
27     {
28       "name": "ObjC",
29       "source_files": "SwiftyRSA/*.{swift,m,h}"
30     }
31   ]