10 lines
410 B
Ruby
10 lines
410 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'OHHTTPStubs'
|
|
s.version = '1.0.1'
|
|
s.license = 'MIT'
|
|
s.summary = 'Stubbing framwork for NSURLConnection.'
|
|
s.homepage = 'https://github.com/AliSoftware/OHHTTPStubs'
|
|
s.authors = {'Olivier Halligon' => 'olivier.halligon+ae@gmail.com'}
|
|
s.source = { :git => 'https://github.com/AliSoftware/OHHTTPStubs.git', :tag => '1.0.1' }
|
|
s.source_files = 'OHHTTPStubs'
|
|
end |