[Add] DGisFlutterMapSDK 12.3.0
[CocoaPods.git] / Specs / d / 7 / 9 / RxCombine / 1.3.1 / RxCombine.podspec.json
blob8e6748ec6297bcb41531c2be7df58110562db9cf
2   "name": "RxCombine",
3   "version": "1.3.1",
4   "summary": "RxSwift is a Swift implementation of Reactive Extensions",
5   "description": "Bi-directional type conversions between RxSwift and Apple's Combine framework.\n```",
6   "homepage": "https://github.com/freak4pc/RxCombine",
7   "license": "MIT",
8   "authors": {
9     "Shai Mishali": "freak4pc@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/freak4pc/RxCombine.git",
13     "tag": "1.3.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "13.0",
18     "osx": "10.15",
19     "watchos": "6.0",
20     "tvos": "13.0"
21   },
22   "source_files": "Sources/**/*.swift",
23   "frameworks": [
24     "Combine"
25   ],
26   "dependencies": {
27     "RxSwift": [
28       "~> 5"
29     ],
30     "RxRelay": [
31       "~> 5"
32     ]
33   },
34   "swift_versions": "5.0",
35   "swift_version": "5.0"