[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 7 / 9 / RxCombine / 2.0.0 / RxCombine.podspec.json
blob3f969b93419d0c4e0ab8713f33bba269b6745723
2   "name": "RxCombine",
3   "version": "2.0.0",
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": "2.0.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.9",
19     "watchos": "3.0",
20     "tvos": "9.0"
21   },
22   "source_files": "Sources/**/*.swift",
23   "frameworks": [
24     "Combine"
25   ],
26   "dependencies": {
27     "RxSwift": [
28       "~> 6"
29     ],
30     "RxRelay": [
31       "~> 6"
32     ]
33   },
34   "swift_versions": "5.1",
35   "swift_version": "5.1"