[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 3 / 4 / UncommonCrypto / 0.2.1 / UncommonCrypto.podspec.json
blobbdd67480a73c3779f6d82a817d3c2cef47a9c594
2   "name": "UncommonCrypto",
3   "version": "0.2.1",
4   "summary": "Swift wrapper over CommonCrypto with Linux support.",
5   "description": "Swift wrapper over CommonCrypto with alternative C implementation for Linux support.",
6   "homepage": "https://github.com/tesseract-one/UncommonCrypto.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/UncommonCrypto.swift.git",
16     "tag": "0.2.1"
17   },
18   "swift_versions": "5.4",
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13",
22     "tvos": "11.0",
23     "watchos": "6.0"
24   },
25   "module_name": "UncommonCrypto",
26   "source_files": [
27     "Sources/UncommonCrypto/*.swift",
28     "Sources/CUncommonCrypto/**/*.{h,c}"
29   ],
30   "public_header_files": "Sources/CUncommonCrypto/include/*.h",
31   "testspecs": [
32     {
33       "name": "Tests",
34       "test_type": "unit",
35       "platforms": {
36         "ios": "11.0",
37         "osx": "10.13",
38         "tvos": "11.0"
39       },
40       "source_files": "Tests/UncommonCryptoTests/**/*.swift"
41     }
42   ],
43   "swift_version": "5.4"