Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Oct 26, 2021
1 parent d3cdddd commit 08e953d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

# NukeUI 0.x

## NukeUI 0.7.0

*Oct 26, 2021*

- Update to Nuke 10.5 (video support moved to Nuke)

## NukeUI 0.6.8

*Aug 29, 2021*
Expand Down
4 changes: 2 additions & 2 deletions NukeUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NukeUI'
s.version = '0.6.7'
s.version = '0.7.0'
s.summary = 'A powerful image loading and caching system'
s.description = <<-EOS
A powerful image loading and caching system which makes simple tasks like loading images into views extremely simple, while also supporting more advanced features for more demanding apps.
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|

s.source_files = 'Sources/**/*'

s.dependency 'Nuke', '~> 10.3'
s.dependency 'Nuke', '~> 10.5'
s.ios.dependency 'Gifu', '~> 3.0'
s.tvos.dependency 'Gifu', '~> 3.0'
end
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/kean/Nuke.git",
"state": {
"branch": null,
"revision": "69ae6d5b8c4b898450432f94bd35f863d3830cfc",
"version": "10.3.0"
"revision": "472a03c15f39592007d94f25abe554350bc8aa2b",
"version": "10.5.1"
}
}
]
Expand Down

0 comments on commit 08e953d

Please sign in to comment.