[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / f / 9 / c / LightMVVMC / 0.1.1 / LightMVVMC.podspec.json
blob0bd90eb48ac86fc3af714e3a93f41640935b5a63
2   "name": "LightMVVMC",
3   "version": "0.1.1",
4   "summary": "Lightweight MVVM + Coordinator implementation.",
5   "description": "Light MVVM-C is a lightweight implementation of the MVVM + Coordinator architectural pattern.",
6   "homepage": "https://github.com/enriquebk/Light-MVVM-C",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "enriquebk": "me@ebermudez.com"
13   },
14   "source": {
15     "git": "https://github.com/enriquebk/Light-MVVM-C.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "5",
22   "requires_arc": true,
23   "source_files": "LightMVVMC/LightMVVMC/**/*.{swift}"