blob: 2d97a1d59025e00385221ef035521fca06c0a48a [file] [log] [blame]
{
"name": "MimeR",
"summary": "A library to facilitate building iOS applications in line with Clean Architecture principles.",
"version": "0.2.1",
"homepage": "https://github.com/kocodude/MimeR",
"frameworks": "UIKit",
"source_files": "MimeR/Classes/**/*",
"platforms": {
"ios": "9.0"
},
"authors": {
"Grant Oladipo": "grant@oladipo.us"
},
"source": {
"git": "https://github.com/kocodude/MimeR.git",
"tag": "0.2.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"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.",
"dependencies": {
"PureLayout": [
"~> 3.0"
],
"SwiftToolbox": [
"~> 0.18"
]
}
}