blob: 72c594f0fc39decc48afafee833aecbe321186eb [file] [log] [blame]
{
"name": "ModuleX",
"version": "1.0.0",
"summary": "Base Protocols & classes to create an independent module",
"swift_version": "4.2",
"description": "In an absolute control application, each module is an independent entity. ModuleX contains base definitions to create a new module like so. \nThe new module will be isolated with another module. They communicate together via Routers and were born by Builders in general app logic.",
"homepage": "https://github.com/congncif/ModuleX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NGUYEN CHI CONG": "congnc.if@gmail.com"
},
"source": {
"git": "https://github.com/congncif/ModuleX.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/congncif",
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*"
}