Files
JBChartView/MBRequest/1.1/MBRequest.podspec
T
Sebastian Celis aeef6f1310 Add MBRequest 1.1.
2012-08-20 08:30:19 -05:00

13 lines
535 B
Ruby

Pod::Spec.new do |s|
s.name = 'MBRequest'
s.version = '1.1'
s.license = 'BSD'
s.summary = 'MBRequest is a simple, blocks-based networking library for iOS and OS X built on top of NSURLConnection and NSOperation.'
s.homepage = 'https://github.com/mobiata/MBRequest'
s.author = { 'Sebastian Celis' => 'sebastian@sebastiancelis.com' }
s.source = { :git => 'https://github.com/mobiata/MBRequest.git', :tag => 'v1.1' }
s.source_files = 'Classes'
s.requires_arc = false
s.dependency 'MBCommon', '~> 1.0.1'
end