Skip to content

Commit

Permalink
Merge pull request #79 from futuredapp/release/v1.6.0
Browse files Browse the repository at this point in the history
Release v1.6.0
  • Loading branch information
mkj-is authored Jan 20, 2020
2 parents e9563ba + 583ddfe commit 8cf14d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions FuntastyKit.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Pod::Spec.new do |s|
s.name = "FuntastyKit"
s.version = "1.5.0"
s.version = "1.6.0"
s.summary = "A collection of Swift utilities and protocols used in our projects."
s.description = <<-DESC
MVVM-C architecture, service holder for code injection of services
some regularly used UIKit extensions, protocols for simple initialization from XIB files,
storyboards and for handling keyboard, hairline and keyboard height constraints
DESC
s.homepage = "https://github.com/thefuntasty/FuntastyKit"
s.homepage = "https://github.com/futuredapp/FuntastyKit"
s.license = { type: "MIT", file: "LICENSE" }
s.author = { "Matěj K. Jirásek" => "[email protected]" }
s.social_media_url = "https://twitter.com/Futuredapps"
s.platform = :ios, "9.0"
s.swift_version = "5.0"
s.source = { :git => "https://github.com/thefuntasty/FuntastyKit.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/futuredapp/FuntastyKit.git", :tag => s.version.to_s }
s.source_files = "Sources/FuntastyKit/**/*"
s.frameworks = "Foundation", "UIKit"
end
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ FuntastyKit iOS framework contains:
If you want to use CocoaPods for dependency management, add following line to your `Podfile`:

```ruby
pod 'FuntastyKit', '~> 1.5'
pod 'FuntastyKit', '~> 1.6'
```

For adding using Swift package manager either use Xcode or add following line to your `Package.swift` file:

```swift
.package(url: "https://github.com/thefuntasty/FuntastyKit.git", from: "1.5.0")
.package(url: "https://github.com/futuredapp/FuntastyKit.git", from: "1.6.0")
```

## Note on the name
Expand Down

0 comments on commit 8cf14d8

Please sign in to comment.