Skip to content

Commit

Permalink
Update podspec for tag 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Apr 4, 2013
1 parent f69b382 commit 20b611a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SZNAltmetric.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'SZNAltmetric'
s.version = '0.1'
s.version = '0.2'
s.summary = 'Objective-C client for the Altmetric API.'
s.homepage = 'https://github.com/shazino/SZNAltmetric'
s.license = 'MIT'
s.author = { 'shazino' => 'contact@shazino.com' }
s.source = { :git => 'https://github.com/shazino/SZNAltmetric.git', :tag => '0.1' }
s.source = { :git => 'https://github.com/shazino/SZNAltmetric.git', :tag => '0.2' }

s.source_files = 'SZNAltmetric'
s.requires_arc = true
Expand Down

0 comments on commit 20b611a

Please sign in to comment.