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