2 "name": "CNIOBoringSSLShims",
8 "summary": "TLS Support for SwiftNIO, based on BoringSSL.",
9 "homepage": "https://github.com/apple/swift-nio-ssl",
10 "authors": "Apple Inc.",
12 "git": "https://github.com/apple/swift-nio-ssl.git",
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",
25 "source_files": "Sources/CNIOBoringSSLShims/**/*.{swift,c,h,cc}",
27 "source_files": "Sources/CNIOBoringSSLShims/**/*.S"
30 "source_files": "Sources/CNIOBoringSSLShims/**/*.S"
33 "source_files": "Sources/CNIOBoringSSLShims/**/*.S"
36 "pod_target_xcconfig": {
37 "GCC_PREPROCESSOR_DEFINITIONS": "OPENSSL_NO_ASM=1",
38 "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) OPENSSL_NO_ASM"
41 "public_header_files": "Sources/CNIOBoringSSLShims/include/*.h",
49 "HEADER_SEARCH_PATHS": "Sources/CNIOBoringSSLShims/include",
50 "CLANG_CXX_LANGUAGE_STANDARD": "c++11"
52 "swift_version": "5.0"