| { |
| "name": "ComposableArchitectureX", |
| "version": "0.1.0", |
| "summary": "ComposableArchitectureX.", |
| "description": "The ComposableArchitectureX is a library implement TCA to support iOS9.0+.", |
| "homepage": "https://github.com/scardadfs/ComposableArchitectureX", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "sylva": "fssfkg@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/scardadfs/ComposableArchitectureX.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "ComposableArchitectureX/Classes/**/*", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 5.0" |
| ] |
| }, |
| "swift_versions": "5.0", |
| "swift_version": "5.0" |
| } |