[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 6 / 0 / MvvmForIOS-Swift / 0.6 / MvvmForIOS-Swift.podspec.json
blob9bd055cb31381928d0ebdb53b7e05683a29dea59
2   "name": "MvvmForIOS-Swift",
3   "version": "0.6",
4   "summary": "Framework for using Mvvm Pattern in Swift with iOS",
5   "description": "Framework for using Mvvm Pattern in Swift 4 with iOS\nCompatible Swift 4 and iOS > 8",
6   "homepage": "https://github.com/frankois944/MvvmForIOS-Swift",
7   "license": "MIT",
8   "authors": {
9     "Francois Dabonot": "frankois@azodus.fr.nf"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/frankois944/MvvmForIOS-Swift.git",
16     "tag": "0.6"
17   },
18   "source_files": "MvvmForIOS/**/*.{swift}",
19   "requires_arc": true,
20   "swift_version": "4",
21   "dependencies": {
22     "LGSideMenuController": [
24     ]
25   }