[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 3 / a / MimeR / 0.1.7 / MimeR.podspec.json
blob2a0a355c53753777a1dc7371df67202b63536c53
2   "name": "MimeR",
3   "summary": "A library to facilitate building iOS applications in line with Clean Architecture principles.",
4   "version": "0.1.7",
5   "homepage": "https://github.com/kocodude/MimeR",
6   "frameworks": "UIKit",
7   "source_files": "MimeR/Classes/**/*",
8   "platforms": {
9     "ios": "9.0"
10   },
11   "authors": {
12     "Grant Oladipo": "grant@oladipo.us"
13   },
14   "source": {
15     "git": "https://github.com/kocodude/MimeR.git",
16     "tag": "0.1.7"
17   },
18   "license": {
19     "type": "MIT",
20     "file": "LICENSE"
21   },
22   "description": "Using a combination of templates and base classes MimeR facilitates the creation of iOS applications by applying Clean Architecture principles often referenced in concepts like VIPER.",
23   "dependencies": {
24     "PureLayout": [
25       "~> 3.0"
26     ],
27     "SwiftToolbox": [
28       "~> 0.18"
29     ]
30   }