Created
June 6, 2013 05:28
-
-
Save alex-cellcity/5719503 to your computer and use it in GitHub Desktop.
vfrReader podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = "vfrReader" | |
s.version = "2.6.2" | |
s.summary = "An open source PDF file reader/viewer for iOS." | |
s.homepage = "https://github.com/vfr/Reader" | |
s.license = 'MIT' | |
s.author = { "Julius Oklamcak" => "[email protected]" } | |
s.source = { :git => "https://github.com/vfr/Reader.git", :commit => "87a138c0b389d270807ee5fb82fdaf9516305aad" } | |
s.platform = :ios, '5.0' | |
s.source_files = 'Sources/**/*.{h,m}' | |
s.exclude_files = 'Classes/Exclude' | |
s.resources = "Resources/**/*.{pdf,srings}", "Graphics/*.png" | |
s.frameworks = "ImageIO", "QuartzCore", "MessageUI", "CoreGraphics" | |
s.requires_arc = true | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment