Skip to content

Commit 35b58ff

Browse files
authored
Merge pull request #98 from futuredapp/release/v2.3.0
Release 2.3.0
2 parents 6753a7a + 45119ef commit 35b58ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

FuntastyKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "FuntastyKit"
3-
s.version = "2.2.2"
3+
s.version = "2.3.0"
44
s.summary = "A collection of Swift utilities and protocols used in our projects."
55
s.description = <<-DESC
66
MVVM-C architecture, service holder for code injection of services

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ The FuntastyKit for iOS contains:
1818
If you want to use CocoaPods for dependency management, add following line to your `Podfile`:
1919

2020
```ruby
21-
pod 'FuntastyKit', '~> 2.2'
21+
pod 'FuntastyKit', '~> 2.3'
2222
```
2323

2424
If you also want to use IBInspectable extensions also add:
2525

2626
```ruby
27-
pod 'FuntastyKit', '~> 2.2', subspecs: ['IBInspectable']
27+
pod 'FuntastyKit', '~> 2.3', subspecs: ['IBInspectable']
2828
```
2929

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

3232
```swift
33-
.package(url: "https://github.com/futuredapp/FuntastyKit.git", from: "2.2.2")
33+
.package(url: "https://github.com/futuredapp/FuntastyKit.git", from: "2.3.0")
3434
```
3535

3636
## Note on the name

0 commit comments

Comments
 (0)