Skip to content

Commit

Permalink
Push DIYConduit to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thisandagain committed Jul 23, 2012
1 parent 016e69e commit 6f65279
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'DIYConduit'
s.version = '0.2.1'
s.version = '0.2.2'
s.license = 'Apache 2.0'
s.summary = 'JS to Objective-C... and back again.'
s.homepage = 'https://github.com/thisandagain/conduit'
s.authors = {'Andrew Sliwinski' => 'andrew@diy.org'}
s.source = { :git => 'https://github.com/thisandagain/conduit.git', :tag => 'v0.2.1' }
s.source = { :git => 'https://github.com/thisandagain/conduit.git', :tag => 'v0.2.2' }
s.platform = :ios
s.source_files = 'DIYConduit'
end

0 comments on commit 6f65279

Please sign in to comment.