[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 7 / 2 / 5 / CNIOBoringSSL / 2.9.2 / CNIOBoringSSL.podspec.json
blob925a44cc8664cebc2ca4e590582ccddcdffb43ac
2   "name": "CNIOBoringSSL",
3   "version": "2.9.2",
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.9.2"
14   },
15   "documentation_url": "https://apple.github.io/swift-nio-ssl/",
16   "module_name": "CNIOBoringSSL",
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   },
24   "source_files": "Sources/CNIOBoringSSL/**/*.{swift,c,h,cc,S}",
25   "public_header_files": "Sources/CNIOBoringSSL/include/*.h",
26   "libraries": "c++",
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "Sources/CNIOBoringSSL/include",
29     "CLANG_CXX_LANGUAGE_STANDARD": "c++11"
30   },
31   "swift_version": "5.0"