blob: 8595b0df457407b73a8f1c20b96ae5f77ac4d854 [file] [log] [blame]
{
"name": "ModuleX",
"version": "1.1.1",
"summary": "Base Protocols & classes to create an independent module",
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.1"
],
"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.1.1"
},
"social_media_url": "https://twitter.com/congncif",
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*",
"swift_version": "5.1"
}