From 443ce0f20d807d4a326c1faaac56838179d06af3 Mon Sep 17 00:00:00 2001 From: Kyle Fleming Date: Thu, 23 Aug 2012 15:42:22 -0700 Subject: [PATCH] [Fix] NSData+MD5Digest (1.0.0) --- NSData+MD5Digest/1.0.0/NSData+MD5Digest.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NSData+MD5Digest/1.0.0/NSData+MD5Digest.podspec b/NSData+MD5Digest/1.0.0/NSData+MD5Digest.podspec index b5358d594fc311..a0be3b6fd52f19 100644 --- a/NSData+MD5Digest/1.0.0/NSData+MD5Digest.podspec +++ b/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