[Add] BitLabs 3.2.9
[CocoaPods.git] / Specs / 2 / 9 / b / RxAssign / 1.1.0 / RxAssign.podspec.json
blob9eca422846453148c778d6372197e44e8d3be9c7
2   "name": "RxAssign",
3   "version": "1.1.0",
4   "summary": "Support Combine Assign subscriber in RxSwift.",
5   "homepage": "https://github.com/heoblitz/RxAssign",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "heoblitz": "qndlf22@naver.com"
12   },
13   "source": {
14     "git": "https://github.com/heoblitz/RxAssign",
15     "tag": "1.1.0"
16   },
17   "source_files": "Sources/**/*.{swift,h,m}",
18   "frameworks": "Foundation",
19   "swift_versions": "5.0",
20   "dependencies": {
21     "RxSwift": [
22       "~> 6.0"
23     ],
24     "RxCocoa": [
25       "~> 6.0"
26     ]
27   },
28   "platforms": {
29     "ios": "9.0",
30     "osx": "10.11",
31     "tvos": "9.0",
32     "watchos": "3.0"
33   },
34   "swift_version": "5.0"