Skip to content

Commit

Permalink
Update podspec: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
comaxime committed Jul 20, 2017
1 parent 499d406 commit 00c81ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SCTiledImage.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'SCTiledImage'
s.version = '0.2.0'
s.summary = 'Tiled Image view for iOS: display images with multiple layers of zoom / tiles'
s.version = '0.3.0'
s.summary = 'Tiled Image view for iOS: display images with multiple layers of zoom / tiles, with rotation (optional)'

s.description = <<-DESC
Tiled Image view for iOS: display images with multiple layers of zoom / tiles, in Swift
Tiled Image view for iOS: display images with multiple layers of zoom / tiles, with rotation (optional), in Swift
DESC

s.homepage = 'https://github.com/Siclo-Mobile/SCTiledImage'
Expand All @@ -15,4 +15,4 @@ Tiled Image view for iOS: display images with multiple layers of zoom / tiles, i
s.ios.deployment_target = '8.0'
s.source_files = 'SCTiledImage/SCTiledImage/*.swift'

end
end

0 comments on commit 00c81ec

Please sign in to comment.