blob: 1c4ee3e588695cd538a0fe891e3856ba01a4a26b [file] [log] [blame]
{
"name": "Molecule",
"version": "0.7.3",
"summary": "A library that focuses on modules rather than view controllers.",
"description": "Molecule is an opinionated set of classes I use to build apps. I wrote it because I was disatisfied with hazy conformance to MVC that UIKit comes with out of the box. It focuses on adopting the clean architecture pattern to build modules of an application.",
"dependencies": {
"iou": [
"~> 0.3"
]
},
"homepage": "https://github.com/kocodude/Molecule",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Grant Oladipo": "grant@oladipo.us"
},
"source": {
"git": "https://github.com/kocodude/Molecule.git",
"tag": "0.7.3"
},
"social_media_url": "https://twitter.com/kocodude",
"platforms": {
"ios": "9.0"
},
"source_files": "Molecule/Classes/**/*"
}