[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / a / 8 / 7 / RTMVVM / 0.1.1 / RTMVVM.podspec.json
blob86b075bb091360bc51f22aa116d07bf6fe0b7215
2   "name": "RTMVVM",
3   "version": "0.1.1",
4   "summary": "Library for 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.1"
17   },
18   "platforms": {
19     "ios": "10.3"
20   },
21   "source_files": "RTMVVM/Classes/**/*",
22   "dependencies": {
23     "Dip": [
24       "~> 6.0"
25     ],
26     "Dip-UI": [
27       "~> 2.0"
28     ],
29     "RealmSwift": [
30       "~> 3.6.0"
31     ]
32   }