blob: ffd59d7185f54f40939fecbaf7618cb0cdef26af [file] [log] [blame]
{
"name": "MochApp",
"version": "0.1.0",
"summary": "A swifty micro-framework.",
"description": "A swifty micro-framework that enables utilities for making easier to develop the app core from scratch.",
"homepage": "https://gitlab.com/_eMdOS_/mochapp.git",
"license": "MIT",
"authors": "eMdOS",
"swift_versions": "5.0",
"platforms": {
"ios": "11.0",
"tvos": "11.0"
},
"source": {
"git": "https://gitlab.com/_eMdOS_/mochapp.git",
"tag": "0.1.0"
},
"source_files": "framework/sources/core/**/*.swift",
"swift_version": "5.0"
}