| { |
| "name": "Caesura", |
| "version": "1.0.0-beta.1", |
| "summary": "Modularization Library - Powered by ReSwift", |
| "description": "Unidirectional Data Flow\nNavigation Router\nTime Travel\nCrash Tracking\nSession Injection\nReRxSwift Integration", |
| "homepage": "https://github.com/LucianoPolit/Caesura", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Luciano Polit": "lucianopolit@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/LucianoPolit/Caesura.git", |
| "tag": "1.0.0-beta.1" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": "5.0", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Source/Core/**/*.swift", |
| "dependencies": { |
| "ReSwift": [ |
| "~> 5.0" |
| ], |
| "Then": [ |
| "~> 2.7" |
| ] |
| } |
| }, |
| { |
| "name": "UI", |
| "source_files": "Source/UI/**/*.swift", |
| "dependencies": { |
| "Caesura/Core": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "StandardAction", |
| "source_files": "Source/StandardAction/**/*.swift", |
| "dependencies": { |
| "Caesura/Core": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Middlewares", |
| "subspecs": [ |
| { |
| "name": "General", |
| "source_files": "Source/Middlewares/**/*.swift", |
| "exclude_files": "Source/Middlewares/Debug/**/*.swift", |
| "dependencies": { |
| "Caesura/Core": [ |
| |
| ], |
| "Caesura/StandardAction": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Debug", |
| "source_files": "Source/Middlewares/Debug/**/*.swift", |
| "dependencies": { |
| "Caesura/Core": [ |
| |
| ], |
| "Caesura/StandardAction": [ |
| |
| ] |
| } |
| } |
| ] |
| }, |
| { |
| "name": "ReRxSwift", |
| "source_files": "Source/ReRxSwift/**/*.swift", |
| "dependencies": { |
| "ReRxSwift": [ |
| "~> 2.2" |
| ], |
| "Caesura/Core": [ |
| |
| ] |
| } |
| } |
| ], |
| "swift_version": "5.0" |
| } |