[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / a / 8 / 7 / RTMVVM / 0.1.3 / RTMVVM.podspec.json
blobbeff1faaf88c35fa30b2343f6fb06ebcddc9fe96
2   "name": "RTMVVM",
3   "version": "0.1.3",
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://bitbucket.org/rentateam/rtmvvm",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RentaTeam": "info@rentateam.ru"
13   },
14   "source": {
15     "git": "https://bitbucket.org/rentateam/rtmvvm.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "10.3"
20   },
21   "source_files": "RTMVVM/Classes/**/*",
22   "resources": "RTMVVM/Assets/**/*",
23   "dependencies": {
24     "Dip": [
25       "~> 6.0"
26     ],
27     "Dip-UI": [
28       "~> 2.0"
29     ],
30     "RealmSwift": [
31       "~> 3.6.0"
32     ]
33   }