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

Prefer Combine instead of Dependency LightweightObservable #17

Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
📝 :: Update docs
  • Loading branch information
fxm90 committed Sep 16, 2022
commit 37882b3509a1acb58781e70e2aa57f4e45a1d005
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To run the example project, clone the repo, and open the workspace from the Exam
### Requirements
- Swift 5.5
- Xcode 13.2
- iOS 9.0+
- iOS 13.0+

### Integration
##### CocoaPods
Expand All @@ -28,7 +28,7 @@ pod 'GradientProgressBar', '~> 2.0'
```ogdl
github "fxm90/GradientProgressBar" ~> 2.0
```
Run carthage update to build the framework and drag the built `GradientProgressBar.framework`, as well as the dependency `LightweightObservable.framework`, into your Xcode project.
Run carthage update to build the framework and drag the built `GradientProgressBar.framework` into your Xcode project.


##### Swift Package Manager
Expand Down