-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes podspecs and all the CocoaPods accoutrements I could find. Workflow will be distributed exclusively via SwiftPM.
- Loading branch information
Showing
23 changed files
with
6 additions
and
886 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# workflow | ||
# Workflow for Swift | ||
|
||
![Swift CI](https://github.com/square/workflow-swift/workflows/Swift%20CI/badge.svg) | ||
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0) | ||
[![CocoaPods compatible](https://img.shields.io/cocoapods/v/Workflow.svg)](https://cocoapods.org/pods/Workflow) | ||
|
||
A unidirectional data flow library for Swift and [Kotlin](https://github.com/square/workflow-kotlin), emphasizing: | ||
|
||
|
@@ -28,25 +27,13 @@ in `Package.swift`: | |
|
||
```swift | ||
dependencies: [ | ||
.package(url: "git@github.com:square/workflow-swift.git", from: "1.0.0-rc.1") | ||
.package(url: "https://github.com/square/workflow-swift", from: "3.11.0") | ||
] | ||
``` | ||
|
||
In Xcode 11+, add Workflow directly as a dependency to your project with | ||
`File` > `Swift Packages` > `Add Package Dependency...`. Provide the git URL when prompted: `[email protected]:square/workflow-swift.git`. | ||
|
||
### CocoaPods | ||
|
||
[![CocoaPods compatible](https://img.shields.io/cocoapods/v/Workflow.svg)](https://cocoapods.org/pods/Workflow) | ||
|
||
If you use CocoaPods to manage your dependencies, simply add Workflow and WorkflowUI to your | ||
Podfile: | ||
|
||
```ruby | ||
pod 'Workflow' | ||
pod 'WorkflowUI' | ||
``` | ||
|
||
## Resources | ||
|
||
* [Documentation](https://square.github.io/workflow/) | ||
|
Oops, something went wrong.