Skip to content

Commit

Permalink
Merge pull request #435 from thisandagain/master
Browse files Browse the repository at this point in the history
EDStorage v0.1.5
  • Loading branch information
fabiopelosin committed Aug 27, 2012
2 parents fe17f47 + fcef640 commit f833430
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions EDStorage/0.1.5/EDStorage.podspec
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'EDStorage'
s.version = '0.1.5'
s.license = 'Apache 2.0'
s.summary = 'An iOS library for fast, easy, and safe threaded disk I/O.'
s.homepage = 'https://github.com/thisandagain/storage'
s.authors = {'Andrew Sliwinski' => 'andrew@diy.org'}
s.source = { :git => 'https://github.com/thisandagain/storage.git', :tag => 'v0.1.5' }
s.platform = :ios
s.source_files = 'EDStorage'
end

0 comments on commit f833430

Please sign in to comment.