blob: 9bd7ecae698b4be36b2275b00a3d29cb7faea084 [file] [log] [blame]
{
"name": "Cause-Logic-Effect",
"version": "0.3.0",
"summary": "Tools for developing using the Cause-Logic-Effect architecture.",
"description": "The Cause-Logic-Effect architecture allows you to write code using a more functional style. The repo also have templates for creating view controllers using the CLE approach.",
"homepage": "https://github.com/danielt1263/CLE-Architecture-Tools",
"license": "MIT",
"requires_arc": true,
"authors": {
"Daniel Tartaglia": "danielt1263@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/danielt1263/CLE-Architecture-Tools.git",
"tag": "0.3.0"
},
"source_files": "Utilities/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 6.0"
],
"RxCocoa": [
"~> 6.0"
]
},
"swift_versions": "5.1",
"swift_version": "5.1"
}