Skip to content

Instantly share code, notes, and snippets.

@alex-cellcity
Created June 6, 2013 05:28
Show Gist options
  • Save alex-cellcity/5719503 to your computer and use it in GitHub Desktop.
Save alex-cellcity/5719503 to your computer and use it in GitHub Desktop.
vfrReader podspec
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" => "joklamcak@gmail.com" }
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