Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
comaxime committed Jun 29, 2019
1 parent 7ec9e9b commit 4c6d2d5
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 SCTiledImage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SCTiledImage'
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = 'Tiled Image view for iOS: display images with multiple layers of zoom / tiles, with rotation (optional)'

s.description = <<-DESC
Expand All @@ -13,6 +13,7 @@ Tiled Image view for iOS: display images with multiple layers of zoom / tiles, w
s.source = { :git => 'https://github.com/Siclo-Mobile/SCTiledImage.git', :tag => s.version.to_s }

s.ios.deployment_target = '8.0'
s.swift_version = '5.0'
s.source_files = 'SCTiledImage/SCTiledImage/*.swift'

end

0 comments on commit 4c6d2d5

Please sign in to comment.