blob: e3e6a30aa491f948157577b4ca073ab812e7b7ae [file] [log] [blame]
{
"name": "Molecule",
"version": "0.11.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.",
"dependencies": {
"PromiseIOU": [
"~> 1.0"
]
},
"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.11.0"
},
"social_media_url": "https://twitter.com/kocodude",
"platforms": {
"ios": "9.0"
},
"source_files": "Molecule/Classes/**/*"
}