File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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 = "1.5 .0"
3
+ s . version = "1.6 .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
7
7
some regularly used UIKit extensions, protocols for simple initialization from XIB files,
8
8
storyboards and for handling keyboard, hairline and keyboard height constraints
9
9
DESC
10
- s . homepage = "https://github.com/thefuntasty /FuntastyKit"
10
+ s . homepage = "https://github.com/futuredapp /FuntastyKit"
11
11
s . license = { type : "MIT" , file : "LICENSE" }
12
12
s . author = { "Matěj K. Jirásek" => "[email protected] " }
13
13
s . social_media_url = "https://twitter.com/Futuredapps"
14
14
s . platform = :ios , "9.0"
15
15
s . swift_version = "5.0"
16
- s . source = { :git => "https://github.com/thefuntasty /FuntastyKit.git" , :tag => s . version . to_s }
16
+ s . source = { :git => "https://github.com/futuredapp /FuntastyKit.git" , :tag => s . version . to_s }
17
17
s . source_files = "Sources/FuntastyKit/**/*"
18
18
s . frameworks = "Foundation" , "UIKit"
19
19
end
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ FuntastyKit iOS framework contains:
17
17
If you want to use CocoaPods for dependency management, add following line to your ` Podfile ` :
18
18
19
19
``` ruby
20
- pod ' FuntastyKit' , ' ~> 1.5 '
20
+ pod ' FuntastyKit' , ' ~> 1.6 '
21
21
```
22
22
23
23
For adding using Swift package manager either use Xcode or add following line to your ` Package.swift ` file:
24
24
25
25
``` swift
26
- .package (url : " https://github.com/thefuntasty /FuntastyKit.git" , from : " 1.5 .0" )
26
+ .package (url : " https://github.com/futuredapp /FuntastyKit.git" , from : " 1.6 .0" )
27
27
```
28
28
29
29
## Note on the name
You can’t perform that action at this time.
0 commit comments