[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / d / c / 7 / COpenCombineHelpers / 0.6.0 / COpenCombineHelpers.podspec.json
bloba56dee18b457dd05b038b999126ce262a31f99cc
2   "name": "COpenCombineHelpers",
3   "version": "0.6.0",
4   "summary": "C++ Helpers for OpenCombine",
5   "description": "C++ helpers necessary for the implementation of OpenCombine",
6   "homepage": "https://github.com/broadwaylamb/OpenCombine/",
7   "license": "MIT",
8   "authors": {
9     "Sergej Jaskiewicz": "jaskiewiczs@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/broadwaylamb/OpenCombine.git",
13     "tag": "0.6.0"
14   },
15   "platforms": {
16     "osx": "10.10",
17     "ios": "8.0",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "header_mappings_dir": "Sources/COpenCombineHelpers/include",
22   "source_files": "Sources/COpenCombineHelpers/**/*.{cpp,h}",
23   "libraries": "c++",
24   "pod_target_xcconfig": {
25     "DEFINES_MODULE": "YES"
26   }