forked from JoeKun/FileMD5Hash
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFileMD5Hash.podspec
More file actions
Latest commit
13 lines (11 loc) · 576 Bytes
/
Copy pathFileMD5Hash.podspec
File metadata and controls
13 lines (11 loc) · 576 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name='FileMD5Hash'
s.version='0.0.2'
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'=>'joel@lopes-da-silva.com'}
s.source={:git=>'https://github.com/softfacade/FileMD5Hash.git',:tag=>'0.0.2'}
s.prefix_header_file='Common/FileMD5Hash_Prefix.pch'
s.source_files='Common/*.{h,c}'
end