Created
July 19, 2013 15:21
-
-
Save HBehrens/6039919 to your computer and use it in GitHub Desktop.
FileMD5Hash.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 = 'FileMD5Hash' | |
s.version = '0.0.1' | |
s.license = 'Apache' | |
s.summary = 'Library for computing MD5 hashes of files with small memory usage.' | |
s.homepage = 'http://www.joel.lopes-da-silva.com/2010/09/07/compute-md5-or-sha-hash-of-large-file-efficiently-on-ios-and-mac-os-x/' | |
s.author = { 'Joel Lopes Da Silva' => '[email protected]' } | |
s.source = { :git => 'https://github.com/HBehrens/FileMD5Hash.git', :commit => '23167b4413ccc1b554f3a88182f077042eba76c0' } | |
s.prefix_header_file = 'Common/FileMD5Hash_Prefix.pch' | |
s.source_files = 'Common/*.{h,c}' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment