diff --git a/.swift-version b/.swift-version deleted file mode 100644 index 9f55b2c..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -3.0 diff --git a/SCTiledImage.podspec b/SCTiledImage.podspec index 61baf9b..125bf2d 100644 --- a/SCTiledImage.podspec +++ b/SCTiledImage.podspec @@ -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 @@ -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