Skip to content

Commit

Permalink
Updated Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
seanooi committed Dec 8, 2014
1 parent fa3b56e commit 2a72752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iOS-WebP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2a72752

Please sign in to comment.