[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 3 / 4 / UncommonCrypto / 0.1.2 / UncommonCrypto.podspec.json
blob8883a96511eaf3ab41d9bf48650f2bac97c236a1
2   "name": "UncommonCrypto",
3   "version": "0.1.2",
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.1.2"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "swift_versions": [
25     "5",
26     "5.1",
27     "5.2",
28     "5.3"
29   ],
30   "module_name": "UncommonCrypto",
31   "source_files": [
32     "Sources/UncommonCrypto/*.swift",
33     "Sources/CUncommonCrypto/**/*.{h,c}"
34   ],
35   "public_header_files": "Sources/CUncommonCrypto/include/*.h",
36   "testspecs": [
37     {
38       "name": "Tests",
39       "test_type": "unit",
40       "platforms": {
41         "ios": "9.0",
42         "osx": "10.10",
43         "tvos": "9.0"
44       },
45       "source_files": "Tests/UncommonCryptoTests/**/*.swift"
46     }
47   ],
48   "swift_version": "5.3"