diff --git a/iOS-WebP.podspec b/iOS-WebP.podspec index 1a8c891..829fd95 100644 --- a/iOS-WebP.podspec +++ b/iOS-WebP.podspec @@ -2,11 +2,11 @@ Pod::Spec.new do |s| s.name = 'iOS-WebP' s.platform = 'ios' s.license = 'MIT' - s.version = '0.4.0' + s.version = '0.4' s.homepage = 'https://github.com/seanooi/iOS-WebP' s.summary = 'WebP image decoder and encoder for iOS' - s.author = 'Sean Ooi' - s.source = {:git => 'https://github.com/escherba/iOS-WebP.git', :tag => '0.4.0'} + s.author = { 'Sean Ooi' => 'sean.ooi@me.com' } + s.source = { :git => 'https://github.com/seanooi/iOS-WebP.git', :tag => '0.4' } s.source_files = 'iOS-WebP/*.{h,m}' s.requires_arc = true s.dependency 'libwebp', '~> 0.4.2'