[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 5 / 6 / OpenCombine / 0.12.0 / OpenCombine.podspec.json
blobf3843d206c02bc17223425c9178d8cb29151f8df
2   "name": "OpenCombine",
3   "version": "0.12.0",
4   "summary": "Open source implementation of Apple's Combine framework for processing values over time.",
5   "description": "An open source implementation of Apple's Combine framework for processing values over time.",
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.12.0"
14   },
15   "swift_versions": "5.0",
16   "platforms": {
17     "osx": "10.10",
18     "ios": "8.0",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source_files": [
23     "Sources/COpenCombineHelpers/**/*.{h,cpp}",
24     "Sources/OpenCombine/**/*.swift"
25   ],
26   "public_header_files": "Sources/COpenCombineHelpers/include/*.h",
27   "libraries": "c++",
28   "swift_version": "5.0"