Skip to content

Commit

Permalink
Added DIYConduit 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thisandagain committed Jul 21, 2012
1 parent 0033678 commit ae05fa8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions DIYConduit/0.2.1/DIYConduit.podspec
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'DIYConduit'
s.version = '0.2.1'
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.platform = :ios
s.source_files = 'DIYConduit'
end

0 comments on commit ae05fa8

Please sign in to comment.