[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / e / d / ECDHES / 1.0.0 / ECDHES.podspec.json
blob0bbca5b4022e3f90d19f612f4f04bf9e6299d170
2   "name": "ECDHES",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "version": "1.0.0",
7   "summary": "ECDHES Swift Lib",
8   "description": "JWE: Key Agreement with Elliptic Curve Diffie-Hellman Ephemeral Static (ECDH-ES) arbitrary data encryption and decryption.",
9   "homepage": "https://github.com/pii354/ECDHES",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Gaurav": "gauravnarendrakumar.mehta@capitalone.com"
16   },
17   "source": {
18     "git": "https://github.com/pii354/ECDHES.git",
19     "tag": "1.0.0"
20   },
21   "swift_versions": "4.2",
22   "source_files": "ECDHES/Classes/**/*",
23   "dependencies": {
24     "JOSESwift": [
25       "~> 1.8"
26     ],
27     "CryptoSwift": [
28       "~> 1.0.0"
29     ]
30   },
31   "swift_version": "4.2"