Skip to content

Commit

Permalink
[Fix] NSData+MD5Digest (1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefleming committed Aug 23, 2012
1 parent cf5eb6e commit 443ce0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NSData+MD5Digest/1.0.0/NSData+MD5Digest.podspec
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = 'NSData+MD5Digest'
s.version = '1.0.0'
s.license = 'MIT'
s.license = { :type => 'MIT', :file => 'README.md' }
s.summary = 'Add MD5 digest to NSData.'
s.homepage = 'https://github.com/siuying/NSData+MD5Digest'
s.homepage = 'https://github.com/siuying/NSData-MD5'
s.author = { 'Francis Chong' => 'francis@ignition.hk' }
s.source = { :git => 'https://github.com/siuying/NSData-MD5.git', :tag => '1.0.0' }
s.platform = :ios
Expand Down

0 comments on commit 443ce0f

Please sign in to comment.