blob: d5a84232d7cd585691943973b9a51dbea00a9c8b [file] [log] [blame]
Pod::Spec.new do |s|
s.name = 'MinionsLib'
s.version = '1.0'
s.authors = 'Minions Corp', { 'Stuart' => 'stuart@minions-corp.local' }
s.homepage = 'http://minions-corp.local/minions-lib.html'
s.summary = 'Minions!'
s.description = 'Despicable Me'
s.source = { :git => 'http://minions-corp.local/minions-lib.git', :tag => 'v1.0' }
s.license = {
:type => 'MIT',
:file => 'LICENSE',
:text => 'Permission is hereby granted ...'
}
s.source_files = 'Classes/**/*'
end