Skip to content

Commit

Permalink
build: remove cocoapods (#312)
Browse files Browse the repository at this point in the history
Removes podspecs and all the CocoaPods accoutrements I could find.
Workflow will be distributed exclusively via SwiftPM.
  • Loading branch information
watt authored Nov 19, 2024
1 parent 0c9d143 commit b90bd8f
Show file tree
Hide file tree
Showing 23 changed files with 6 additions and 886 deletions.
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: `[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/)
Expand Down
Loading

0 comments on commit b90bd8f

Please sign in to comment.