[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / d / Curve25519 / 1.1 / Curve25519.podspec.json
blob425a6af40b5de7e50e1302b22ed7671e4fe866eb
2   "name": "Curve25519",
3   "summary": "Module wrapper for Curve25519 that is importable in Swift.",
4   "license": "MIT",
5   "version": "1.1",
6   "source": {
7     "git": "https://github.com/christophhagen/Curve25519.git",
8     "tag": "1.1"
9   },
10   "swift_version": "5.0",
11   "authors": {
12     "Christoph Hagen": "christoph@spacemasters.eu"
13   },
14   "homepage": "https://github.com/christophhagen/Curve25519",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.9",
18     "tvos": "9.0",
19     "watchos": "4.0"
20   },
21   "source_files": "Curve25519/**/*.{swift,h,c}",
22   "public_header_files": "Curve25519/pub/*.h"