-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathARTiledImageView.podspec
More file actions
17 lines (17 loc) · 978 Bytes
/
ARTiledImageView.podspec
File metadata and controls
17 lines (17 loc) · 978 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "ARTiledImageView"
s.version = "1.2.0"
s.summary = "Display, pan and deep zoom with tiled images."
s.description = "Display, pan and deep zoom with tiled images on iOS."
s.homepage = "https://github.com/dblock/ARTiledImageView"
s.screenshots = "https://raw.github.com/dblock/ARTiledImageView/master/Screenshots/goya1.png", "https://raw.github.com/dblock/ARTiledImageView/master/Screenshots/goya2.png"
s.license = "MIT"
s.author = { "dblock" => "dblock@dblock.org", "orta" => "orta.therox@gmail.com" }
s.source = { :git => "https://github.com/dblock/ARTiledImage.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/dblockdotorg'
s.platform = :ios, '5.0'
s.requires_arc = true
s.source_files = 'Classes'
s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics'
s.dependency 'SDWebImage/Core'
end