[Add] BideaseConnect 1.0.86
[CocoaPods.git] / Specs / 0 / 5 / 1 / EllipticCurve / 0.3.3 / EllipticCurve.podspec.json
blob01084449efce0f2e03e6cb855284a7bf80468fad
2   "name": "EllipticCurve",
3   "version": "0.3.3",
4   "summary": "ECDSA in pure Swift",
5   "description": "Elliptic Curve Digital Signing Algorithms in pure Swift",
6   "homepage": "https://github.com/hyugit/EllipticCurve.git",
7   "license": "MIT",
8   "authors": {
9     "Huang Yu": "13056774+mryu87@users.noreply.github.com",
10     "Alexander Cyon": "alex.cyon@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/Sajjon/EllipticCurve.git",
14     "branch": "cocoapods"
15   },
16   "source_files": "Sources/**/*.swift",
17   "swift_version": "4.1.2",
18   "dependencies": {
19     "UInt256": [
20       "~> 0.2.2"
21     ]
22   },
23   "platforms": {
24     "ios": "11.2",
25     "osx": "10.12"
26   }