[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 3 / 2 / 6 / Curve25519Kit / 2.1.0 / Curve25519Kit.podspec.json
blobff8fe425122a134738916831f50107931ca4d2d1
2   "name": "Curve25519Kit",
3   "version": "2.1.0",
4   "license": {
5     "type": "GPLv3"
6   },
7   "homepage": "https://github.com/WhisperSystems/Curve25519Kit",
8   "preserve_paths": "Sources/ed25519/**/*.{c,h}",
9   "authors": {
10     "Frederic Jacobs": "github@fredericjacobs.com"
11   },
12   "summary": "Key agreement (curve25519) and signing (ed25519), all with curve25519 keys.",
13   "description": "Curve25519 is a fast and secure curve used for key agreement. Unfortunately, it does not support signing out of the box. This pod translates the point curves to do ed25519 signing with curve25519 keys.",
14   "source": {
15     "git": "https://github.com/WhisperSystems/Curve25519Kit.git",
16     "tag": "2.1.0"
17   },
18   "source_files": [
19     "Classes/*.{h,m}",
20     "Sources/Curve25519/curve25519-donna.c",
21     "Sources/ed25519/*.{c,h}",
22     "Sources/ed25519/additions/*.{c,h}",
23     "Sources/ed25519/nacl_sha512/*.{c,h}",
24     "Sources/ed25519/nacl_includes/*.{c,h}"
25   ],
26   "frameworks": "Security",
27   "public_header_files": "Classes/*.h",
28   "requires_arc": true,
29   "platforms": {
30     "osx": null,
31     "ios": null,
32     "tvos": null,
33     "watchos": null
34   }