-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathKRImageViewer.podspec
More file actions
18 lines (18 loc) · 958 Bytes
/
KRImageViewer.podspec
File metadata and controls
18 lines (18 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "KRImageViewer"
s.version = "1.0.4"
s.summary = "Quickly reviewing photos from URLs or Storage."
s.description = <<-DESC
KRImageViewer could let you easy browse photos from the URLs, storage or folders. You can scroll to change page, pinching zooming, dragging and swiping to close, this viewer supports automatic rotation.
DESC
s.homepage = "https://github.com/Kalvar/ios-KRImageViewer"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Kalvar Lin" => "ilovekalvar@gmail.com" }
s.social_media_url = "https://twitter.com/ilovekalvar"
s.source = { :git => "https://github.com/Kalvar/ios-KRImageViewer.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.requires_arc = true
s.public_header_files = 'KRImageViewer/**/*.h'
s.source_files = 'KRImageViewer/**/*.{h,m}'
s.frameworks = 'QuartzCore'
end