12 lines
422 B
Ruby
12 lines
422 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'SOCKit'
|
|
s.version = '0.0.1'
|
|
s.license = 'Apache 2.0'
|
|
s.summary = 'String <-> Object Coding for Objective-C.'
|
|
s.homepage = 'https://github.com/jverkoey/sockit/'
|
|
s.author = { 'Jeff Verkoeyen' => 'jverkoey@gmail.com' }
|
|
s.source = { :git => 'https://github.com/jverkoey/sockit.git', :commit=>"9b8bdb107dfd3ae9e3c749da0a62e6de9765ac9f"}
|
|
s.source_files = '*.{h,m}'
|
|
|
|
end
|