Skip to content

Commit 8cf14d8

Browse files
authored
Merge pull request #79 from futuredapp/release/v1.6.0
Release v1.6.0
2 parents e9563ba + 583ddfe commit 8cf14d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

FuntastyKit.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Pod::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"
1919
end

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ FuntastyKit iOS framework contains:
1717
If 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

2323
For 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

0 commit comments

Comments
 (0)