blob: 61914ddcd35929065c3557ab8aba7b8264a26832 [file] [log] [blame]
{
"name": "Molecule",
"version": "1.1.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.",
"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": "1.1.3"
},
"social_media_url": "https://twitter.com/kocodude",
"platforms": {
"ios": "9.0"
},
"source_files": "Molecule/Classes/**/*"
}