Skip to content

Commit

Permalink
Update PodSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
hcn1519 committed Jan 14, 2018
1 parent 10b3eb7 commit 0b6e346
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions THTiledImageView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = 'THTiledImageView'
s.version = '0.2.0'
s.summary = 'High Quality Image ScrollView using cropped tiled images.'

s.description = <<-DESC
Rendering High Quality Image from cropped tiled image.
DESC

s.homepage = 'https://github.com/TileImageTeamiOS/'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Changnam Hong' => 'hcn1519@gmail.com' }
s.source = { :git => 'https://github.com/TileImageTeamiOS/THTiledImageView.git', :tag => s.version.to_s }

s.ios.deployment_target = '9.0'
s.source_files = 'THTiledImageView/THTiledImageView/*.swift'
s.frameworks = 'UIKit'

end
Binary file not shown.

0 comments on commit 0b6e346

Please sign in to comment.