Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: remove cocoapods #312

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .gen_config.yml

This file was deleted.

9 changes: 2 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
# macOS
.DS_Store

# Ruby Bundler
# Ruby and CocoaPods cruft
.bundle/

# cocoapods-generate
gen/
Pods/

# Swift Package Manager
.build/
.swiftpm/

# CocoaPods
Pods/
gen/

# Xcode
xcuserdata/

Expand Down
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

195 changes: 0 additions & 195 deletions Development.podspec

This file was deleted.

7 changes: 0 additions & 7 deletions Gemfile

This file was deleted.

118 changes: 0 additions & 118 deletions Gemfile.lock

This file was deleted.

17 changes: 2 additions & 15 deletions README.md
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:

Expand All @@ -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: `git@github.com: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/)
Expand Down
Loading
Loading