Created
July 9, 2012 11:31
-
-
Save jk/3075937 to your computer and use it in GitHub Desktop.
lzmaSDK 9.21 beta podspec
This file contains hidden or 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 = "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