Skip to content

Commit

Permalink
Merge pull request #98 from futuredapp/release/v2.3.0
Browse files Browse the repository at this point in the history
Release 2.3.0
  • Loading branch information
mkj-is authored Feb 2, 2022
2 parents 6753a7a + 45119ef commit 35b58ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FuntastyKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FuntastyKit"
s.version = "2.2.2"
s.version = "2.3.0"
s.summary = "A collection of Swift utilities and protocols used in our projects."
s.description = <<-DESC
MVVM-C architecture, service holder for code injection of services
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ The FuntastyKit for iOS contains:
If you want to use CocoaPods for dependency management, add following line to your `Podfile`:

```ruby
pod 'FuntastyKit', '~> 2.2'
pod 'FuntastyKit', '~> 2.3'
```

If you also want to use IBInspectable extensions also add:

```ruby
pod 'FuntastyKit', '~> 2.2', subspecs: ['IBInspectable']
pod 'FuntastyKit', '~> 2.3', subspecs: ['IBInspectable']
```

When using Swift package manager add following line to your `Package.swift` file or add the repository using Xcode:

```swift
.package(url: "https://github.com/futuredapp/FuntastyKit.git", from: "2.2.2")
.package(url: "https://github.com/futuredapp/FuntastyKit.git", from: "2.3.0")
```

## Note on the name
Expand Down

0 comments on commit 35b58ff

Please sign in to comment.