[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / b / 6 / 7 / ViewModelBindable / 1.0.1 / ViewModelBindable.podspec.json
blobefad0f1d9bb7ace6f68dc125a68b4a8a7990fac8
2   "name": "ViewModelBindable",
3   "version": "1.0.1",
4   "summary": "Super easy way to bind ViewModel",
5   "description": "ViewModelBindable supports easy ViewModel binding for MVVM architecture. ViewModelBindable will inject required method for binding into your ViewController & View life-cycle. Just enjoy it!",
6   "homepage": "https://github.com/makesource/ViewModelBindable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "makesource": "makesource@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/makesource/ViewModelBindable.git",
16     "tag": "v1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ViewModelBindable/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
24       ">= 4.0.0"
25     ]
26   }