16 lines
714 B
Ruby
16 lines
714 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'ITWLoadingPanel'
|
|
s.version = '1.0.0'
|
|
s.license = 'Apache 2'
|
|
s.summary = 'Drop in classes for adding a download info panel.'
|
|
s.homepage = 'https://github.com/brunow/ITWLoadingPanel'
|
|
s.author = { 'Bruno Wernimont' => 'bruno.wernimont+github@gmail.com' }
|
|
s.source = { :git => 'https://brunow@github.com/brunow/ITWLoadingPanel.git', :tag => '1.0.0' }
|
|
|
|
s.description = 'ITWLoadingPanel is a class for adding a download info panel, made at Intotheweb.'
|
|
s.platform = :ios
|
|
s.source_files = 'ITWLoadingPanel/*.{h,m}'
|
|
s.resources = 'ITWLoadingPanel/*.{xib}'
|
|
s.clean_paths = 'ITWLoadingPanelExample', 'ITWLoadingPanelExample.xcodeproj', 'Screenshot.png'
|
|
end
|