[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / b / 7 / 25519 / 1.1 / 25519.podspec.json
blob2bfccec25061e5146344bdf1ea95868b6091366c
2   "name": "25519",
3   "version": "1.1",
4   "license": {
5     "type": "GPLv3"
6   },
7   "homepage": "https://github.com/FredericJacobs/25519",
8   "preserve_paths": "Sources/ed25519/**/*.{c,h}",
9   "authors": {
10     "Frederic Jacobs": "github@fredericjacobs.com"
11   },
12   "summary": "Objective-C wrapper over Curve25519 & Ed25519 that does signing, verification, key generation, and key agreement with Curve25519 keys.",
13   "source": {
14     "git": "https://github.com/FredericJacobs/25519.git",
15     "tag": "1.1"
16   },
17   "source_files": [
18     "Classes/*.{h,m}",
19     "Sources/ed25519/*.{c,h}Sources/Curve25519/curve25519-donna.c",
20     "Sources/ed25519/*.{c,h}",
21     "Sources/ed25519/additions/*.{c,h}",
22     "Sources/ed25519/sha512/sha2big.{c,h}",
23     "Sources/ed25519/sha512/sph_sha2.h",
24     "Sources/ed25519/nacl_includes/*.{c,h}"
25   ],
26   "private_header_files": [
27     "Sources/ed25519/*.h",
28     "Sources/ed25519/nacl_includes/*.h",
29     "Sources/ed25519/additions/*.h",
30     "Sources/ed25519/sha512/*.h"
31   ],
32   "frameworks": "Security",
33   "public_header_files": "Classes/*.h",
34   "requires_arc": true