10 lines
441 B
Ruby
10 lines
441 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'LRMocky'
|
|
s.version = '0.9.1'
|
|
s.summary = 'A mock object library for Objective C, inspired by JMock 2.0.'
|
|
s.homepage = 'http://github.com/lukeredpath/LRMocky'
|
|
s.authors = { 'Luke Redpath' => 'luke@lukeredpath.co.uk' }
|
|
s.source = { :git => 'https://github.com/lukeredpath/LRMocky.git', :tag => 'v0.9.1' }
|
|
s.source_files = 'Classes', 'Classes/LRMocky', 'Vendor'
|
|
end
|