[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / a / 8 / 7 / RTMVVM / 0.1.8 / RTMVVM.podspec.json
blob1e0a5003dcec313142028c23c87bf2e6d780135c
2   "name": "RTMVVM",
3   "version": "0.1.8",
4   "summary": "Library for RentaTeam internal MVVM implementation.",
5   "description": "This library contains generamba template for module generation and contains some boilerplate classes for subscriber implementation.",
6   "homepage": "https://github.com/Rentateam/rtmvvm",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RentaTeam": "info@rentateam.ru"
13   },
14   "source": {
15     "git": "https://github.com/Rentateam/rtmvvm.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "10.3"
20   },
21   "swift_versions": "4.2",
22   "source_files": "RTMVVM/Classes/**/*",
23   "dependencies": {
24     "Dip": [
25       "~> 7.0.1"
26     ],
27     "RealmSwift": [
28       "~> 3.13.1"
29     ]
30   },
31   "swift_version": "4.2"