[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 5 / f / 7 / Argon2Swift / 1.0.2 / Argon2Swift.podspec.json
blobbfc9c8183592107bd04c35748bf222c5039d86f2
2   "name": "Argon2Swift",
3   "version": "1.0.2",
4   "summary": "A Swift wrapper around the Argon2 reference implementation.",
5   "swift_versions": "5.0",
6   "description": "A Swift wrapper around the Argon2 Reference implementation, built for simplicity and ease",
7   "homepage": "https://github.com/tmthecoder/Argon2Swift.git",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Tejas Mehta": "tmthecoder@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/tmthecoder/Argon2Swift.git",
17     "tag": "1.0.2",
18     "submodules": true
19   },
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.9",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "preserve_paths": [
27     "Sources/Modules",
28     "Sources/Argon2",
29     "Sources/Argon2/include/**/*.h"
30   ],
31   "requires_arc": true,
32   "private_header_files": [
33     "Sources/Argon2/include/argon2.h",
34     "Sources/Argon2/src/core.h",
35     "Sources/Argon2/src/thread.h",
36     "Sources/Argon2/src/encoding.h",
37     "Sources/Argon2/src/blamka-round-ref.h",
38     "Sources/Argon2/src/blake2.h",
39     "Sources/Argon2/src/blake2-impl.h"
40   ],
41   "source_files": [
42     "Sources/**/*.swift",
43     "Sources/Argon2Swift.h",
44     "Sources/Argon2/src/argon2.c",
45     "Sources/Argon2/src/core.{c,h}",
46     "Sources/Argon2/src/thread.{c,h}",
47     "Sources/Argon2/src/encoding.{c,h}",
48     "Sources/Argon2/src/blake2/blake2.h",
49     "Sources/Argon2/src/blake2/blake2b.c",
50     "Sources/Argon2/src/blake2/blake2-impl.h",
51     "Sources/Argon2/include/**/*.h",
52     "Sources/Argon2/src/ref.c",
53     "Sources/Argon2/src/blake2/blamka-round-ref.h"
54   ],
55   "public_header_files": "Sources/Argon2Swift.h",
56   "pod_target_xcconfig": {
57     "DEFINES_MODULE": "YES",
58     "SWIFT_INCLUDE_PATHS[sdk=*]": "$(PODS_TARGET_SRCROOT)/Sources/Modules $(PODS_TARGET_SRCROOT)/Sources/Argon2 $(PODS_TARGET_SRCROOT)/Sources/Argon2/include",
59     "HEADER_SEARCH_PATHS[sdk=*]": "$(PODS_TARGET_SRCROOT)/Sources/Modules"
60   },
61   "testspecs": [
62     {
63       "name": "Tests",
64       "test_type": "unit",
65       "source_files": "Tests/**/*.swift",
66       "platforms": {
67         "ios": "9.0",
68         "osx": "10.9",
69         "tvos": "9.0"
70       }
71     }
72   ],
73   "swift_version": "5.0"