Skip to content

Commit 9d857b1

Browse files
committed
2.8.6
1 parent 141aa43 commit 9d857b1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Reader.podspec

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
2-
s.name = 'Reader'
3-
s.version = '2.8.6'
4-
s.license = 'MIT'
5-
s.summary = 'The open source PDF file reader/viewer for iOS.'
6-
s.homepage = 'http://www.vfr.org/'
2+
s.name = "Reader"
3+
s.version = "2.8.6"
4+
s.license = "MIT"
5+
s.summary = "PDF Reader Core for iOS"
6+
s.homepage = "http://www.vfr.org/"
77
s.authors = { "Julius Oklamcak" => "[email protected]" }
8-
s.source = { :git => 'https://github.com/vfr/Reader.git', :tag => "v#{s.version}" }
8+
s.source = { :git => "https://github.com/vfr/Reader.git", :tag => "#{s.version}" }
99
s.platform = :ios
10-
s.ios.deployment_target = '6.0'
11-
s.source_files = 'Sources/**/*.{h,m}'
12-
s.resources = 'Graphics/Reader-*.png'
13-
s.frameworks = 'UIKit', 'Foundation', 'CoreGraphics', 'QuartzCore', 'ImageIO', 'MessageUI'
10+
s.ios.deployment_target = "6.0"
11+
s.source_files = "Sources/**/*.{h,m}"
12+
s.resources = "Graphics/Reader-*.png"
13+
s.frameworks = "UIKit", "Foundation", "CoreGraphics", "QuartzCore", "ImageIO", "MessageUI"
1414
s.requires_arc = true
1515
end

0 commit comments

Comments
 (0)