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