[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 2 / a / RxBiBinding / 0.3.5 / RxBiBinding.podspec.json
blob7908cddde9e4c1be97a1cfb190bf5a822fc2758c
2   "name": "RxBiBinding",
3   "version": "0.3.5",
4   "summary": "Bidirectional binding. Inspired by ReactiveCocoa",
5   "description": "Reactive bidirectional (two-way) binding between RxControlProperties and RxVariables. Of course you can use this library and for NSObject",
6   "homepage": "https://github.com/RxSwiftCommunity/RxBiBinding",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Davarg": "maka-dava@yandex.ru"
13   },
14   "source": {
15     "git": "https://github.com/RxSwiftCommunity/RxBiBinding.git",
16     "tag": "0.3.5"
17   },
18   "social_media_url": "https://twitter.com/Underbridgins",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.9"
22   },
23   "swift_versions": "5.0",
24   "source_files": "RxBiBinding/Classes/**/*",
25   "dependencies": {
26     "RxSwift": [
27       "~> 6.0"
28     ],
29     "RxCocoa": [
30       "~> 6.0"
31     ]
32   },
33   "swift_version": "5.0"