[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 6 / 8 / 9 / Cause-Logic-Effect / 5.0.0 / Cause-Logic-Effect.podspec.json
blob9dd8185d85749cf95442e9f8214f91b20b66cf4e
2   "name": "Cause-Logic-Effect",
3   "version": "5.0.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.0.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.1",
29   "swift_version": "5.1"