[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 6 / e / Sr25519Clone / 0.2.0 / Sr25519Clone.podspec.json
blobd0b9e2c4233afb68eab8429bfa8f2fe548a377db
2   "name": "Sr25519Clone",
3   "version": "0.2.0",
4   "summary": "Swift wrapper for sr25519-donna C library",
5   "description": "Swift wrapper for sr25519-donna C library. Provides Sr25519 and Ed25519 wrappers.",
6   "homepage": "https://github.com/tesseract-one/Sr25519.swift",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tesseract Systems, Inc.": "info@tesseract.one"
13   },
14   "source": {
15     "git": "https://github.com/tesseract-one/Sr25519.swift.git",
16     "tag": "0.2.0"
17   },
18   "swift_versions": "5.4",
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13"
22   },
23   "module_name": "Sr25519",
24   "default_subspecs": "Sr25519",
25   "subspecs": [
26     {
27       "name": "CSr25519",
28       "source_files": "Sources/CSr25519/src/**/*.{h,c}",
29       "public_header_files": [
30         "Sources/CSr25519/src/sr25519.h",
31         "Sources/CSr25519/src/sr25519-random*.h",
32         "Sources/CSr25519/src/ed25519-donna/ed25519.h"
33       ],
34       "pod_target_xcconfig": {
35         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) ED25519_CUSTOMRANDOM ED25519_CUSTOMHASH ED25519_NO_INLINE_ASM SR25519_CUSTOMHASH",
36         "GCC_WARN_UNUSED_FUNCTION": "NO",
37         "GCC_WARN_UNUSED_VARIABLE": "NO"
38       },
39       "dependencies": {
40         "UncommonCryptoClone": [
42         ]
43       }
44     },
45     {
46       "name": "Helpers",
47       "source_files": "Sources/Sr25519Helpers/*.swift",
48       "dependencies": {
49         "Sr25519Clone/CSr25519": [
51         ]
52       }
53     },
54     {
55       "name": "Ed25519",
56       "source_files": "Sources/Ed25519/*.swift",
57       "dependencies": {
58         "Sr25519Clone/Helpers": [
60         ],
61         "Sr25519Clone/CSr25519": [
63         ]
64       },
65       "testspecs": [
66         {
67           "name": "Ed25519Tests",
68           "test_type": "unit",
69           "platforms": {
70             "ios": "11.0",
71             "osx": "10.13"
72           },
73           "source_files": "Tests/Ed25519Tests/**/*.swift"
74         }
75       ]
76     },
77     {
78       "name": "Sr25519",
79       "source_files": "Sources/Sr25519/*.swift",
80       "dependencies": {
81         "Sr25519Clone/Helpers": [
83         ],
84         "Sr25519Clone/CSr25519": [
86         ]
87       },
88       "testspecs": [
89         {
90           "name": "Sr25519Tests",
91           "test_type": "unit",
92           "platforms": {
93             "ios": "11.0",
94             "osx": "10.13"
95           },
96           "source_files": "Tests/Sr25519Tests/**/*.swift"
97         }
98       ]
99     }
100   ],
101   "swift_version": "5.4"