Skip to content

Commit

Permalink
Merge branch 'release/7.0.1' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0c committed Nov 3, 2020
2 parents ac5215d + 17e1c09 commit 3d63068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

3 changes: 2 additions & 1 deletion RDImageViewerController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'RDImageViewerController'
s.version = '7.0.0'
s.version = '7.0.1'
s.summary = 'Simple but powerful image viewer.'
s.homepage = 'https://github.com/0x0c/RDImageViewerController'
# This description is used to generate tags and improve search results.
Expand All @@ -26,6 +26,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '10.0'
s.source_files = 'RDImageViewerController/Classes/**/*'
s.swift_version = '5.2'

# s.resource_bundles = {
# 'RDImageViewerController' => ['RDImageViewerController/Assets/*.png']
Expand Down

0 comments on commit 3d63068

Please sign in to comment.