[Add] ENG 0.0.4
[CocoaPods.git] / Specs / 6 / 8 / 9 / Cause-Logic-Effect / 5.4.0 / Cause-Logic-Effect.podspec.json
blobcc7a09c867ce9d17920eb6c26d78f5ae36acd54b
2   "name": "Cause-Logic-Effect",
3   "version": "5.4.0",
4   "summary": "Tools for developing using the Cause-Logic-Effect architecture.",
5   "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.",
6   "homepage": "https://github.com/danielt1263/CLE-Architecture-Tools",
7   "license": "MIT",
8   "requires_arc": true,
9   "authors": {
10     "Daniel Tartaglia": "danielt1263@gmail.com"
11   },
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/danielt1263/CLE-Architecture-Tools.git",
17     "tag": "5.4.0"
18   },
19   "source_files": "Utilities/**/*.swift",
20   "dependencies": {
21     "RxSwift": [
22       "~> 6.0"
23     ],
24     "RxCocoa": [
25       "~> 6.0"
26     ]
27   },
28   "swift_versions": "5.5",
29   "swift_version": "5.5"