Files
JBChartView/EDStorage/0.1.5/EDStorage.podspec
T
2012-08-27 12:53:58 -07:00

11 lines
433 B
Ruby

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