[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 4 / 2 / a / RxBiBinding / 0.2.4 / RxBiBinding.podspec.json
blobdf5d2255da4c28260480c83e52847dd46915bd51
2   "name": "RxBiBinding",
3   "version": "0.2.4",
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.2.4"
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       "~> 5.0"
28     ],
29     "RxCocoa": [
30       "~> 5.0"
31     ]
32   },
33   "swift_version": "5.0"