File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "FuntastyKit"
3
- s . version = "2.2.2 "
3
+ s . version = "2.3.0 "
4
4
s . summary = "A collection of Swift utilities and protocols used in our projects."
5
5
s . description = <<-DESC
6
6
MVVM-C architecture, service holder for code injection of services
Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ The FuntastyKit for iOS contains:
18
18
If you want to use CocoaPods for dependency management, add following line to your ` Podfile ` :
19
19
20
20
``` ruby
21
- pod ' FuntastyKit' , ' ~> 2.2 '
21
+ pod ' FuntastyKit' , ' ~> 2.3 '
22
22
```
23
23
24
24
If you also want to use IBInspectable extensions also add:
25
25
26
26
``` ruby
27
- pod ' FuntastyKit' , ' ~> 2.2 ' , subspecs: [' IBInspectable' ]
27
+ pod ' FuntastyKit' , ' ~> 2.3 ' , subspecs: [' IBInspectable' ]
28
28
```
29
29
30
30
When using Swift package manager add following line to your ` Package.swift ` file or add the repository using Xcode:
31
31
32
32
``` 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 " )
34
34
```
35
35
36
36
## Note on the name
You can’t perform that action at this time.
0 commit comments