[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 2 / a / RxBiBinding / 0.1.5 / RxBiBinding.podspec.json
blob6d594f2d302593074ff823f62753de14e424fa39
2   "name": "RxBiBinding",
3   "version": "0.1.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.1.5"
17   },
18   "social_media_url": "https://twitter.com/Underbridgins",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "4.0",
23   "source_files": "RxBiBinding/Classes/**/*",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.2"
27     ],
28     "RxCocoa": [
29       "~> 4.2"
30     ]
31   }