[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 5 / 7 / CNIOBoringSSLShims / 2.10.5 / CNIOBoringSSLShims.podspec.json
blob252f41a24de61357fd2697e9c52d84cb5d66f64e
2   "name": "CNIOBoringSSLShims",
3   "version": "2.10.5",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE.txt"
7   },
8   "summary": "TLS Support for SwiftNIO, based on BoringSSL.",
9   "homepage": "https://github.com/apple/swift-nio-ssl",
10   "authors": "Apple Inc.",
11   "source": {
12     "git": "https://github.com/apple/swift-nio-ssl.git",
13     "tag": "2.10.5"
14   },
15   "documentation_url": "https://apple.github.io/swift-nio-ssl/",
16   "module_name": "CNIOBoringSSLShims",
17   "swift_versions": "5.0",
18   "cocoapods_version": ">=1.6.0",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "6.0"
24   },
25   "source_files": "Sources/CNIOBoringSSLShims/**/*.{swift,c,h,cc}",
26   "ios": {
27     "source_files": "Sources/CNIOBoringSSLShims/**/*.S"
28   },
29   "osx": {
30     "source_files": "Sources/CNIOBoringSSLShims/**/*.S"
31   },
32   "tvos": {
33     "source_files": "Sources/CNIOBoringSSLShims/**/*.S"
34   },
35   "watchos": {
36     "pod_target_xcconfig": {
37       "GCC_PREPROCESSOR_DEFINITIONS": "OPENSSL_NO_ASM=1",
38       "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) OPENSSL_NO_ASM"
39     }
40   },
41   "public_header_files": "Sources/CNIOBoringSSLShims/include/*.h",
42   "dependencies": {
43     "CNIOBoringSSL": [
44       "2.10.5"
45     ]
46   },
47   "libraries": "c++",
48   "xcconfig": {
49     "HEADER_SEARCH_PATHS": "Sources/CNIOBoringSSLShims/include",
50     "CLANG_CXX_LANGUAGE_STANDARD": "c++11"
51   },
52   "swift_version": "5.0"