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 11Pod ::Spec . new do |s |
22 s . name = "FuntastyKit"
3- s . version = "1.5 .0"
3+ s . version = "1.6 .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
77 some regularly used UIKit extensions, protocols for simple initialization from XIB files,
88 storyboards and for handling keyboard, hairline and keyboard height constraints
99 DESC
10- s . homepage = "https://github.com/thefuntasty /FuntastyKit"
10+ s . homepage = "https://github.com/futuredapp /FuntastyKit"
1111 s . license = { type : "MIT" , file : "LICENSE" }
1212 s . author = { "Matěj K. Jirásek" => "[email protected] " } 1313 s . social_media_url = "https://twitter.com/Futuredapps"
1414 s . platform = :ios , "9.0"
1515 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 }
1717 s . source_files = "Sources/FuntastyKit/**/*"
1818 s . frameworks = "Foundation" , "UIKit"
1919end
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ FuntastyKit iOS framework contains:
1717If you want to use CocoaPods for dependency management, add following line to your ` Podfile ` :
1818
1919``` ruby
20- pod ' FuntastyKit' , ' ~> 1.5 '
20+ pod ' FuntastyKit' , ' ~> 1.6 '
2121```
2222
2323For adding using Swift package manager either use Xcode or add following line to your ` Package.swift ` file:
2424
2525``` 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" )
2727```
2828
2929## Note on the name
You can’t perform that action at this time.
0 commit comments