Skip to content

Instantly share code, notes, and snippets.

@jk
Created July 9, 2012 11:31
Show Gist options
  • Save jk/3075937 to your computer and use it in GitHub Desktop.
Save jk/3075937 to your computer and use it in GitHub Desktop.
lzmaSDK 9.21 beta podspec
Pod::Spec.new do |s|
s.name = "lzmaSDK"
s.version = "9.21.3"
s.summary = "lzma SDK (release 9.21 beta) configured as an iPhone project to extract 7z archives."
s.description = "7zip is a useful replacement for zlib and bzip2. In some cases, 7zip can achive drastically better compression ratios than both zlib and bzip2. One can always go to 7-zip.org to find the source code."
s.homepage = "https://github.com/jk/lzmaSDK"
s.license = "Unknown"
s.author = { "Mo DeJong" => "[email protected]", 'Jens Kohl' => '[email protected]' }
s.source = { :git => "https://github.com/jk/lzmaSDK.git", :tag => "9.21.3" }
s.platform = :ios
s.source_files = 'Classes/LZMASDK/**/*.{c,h,m}'
s.xcconfig = { 'PREBINDING' => 'NO' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment