5ae6b649b9
In addition, the git page contains good look screenshots.
15 lines
437 B
Ruby
15 lines
437 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'LKbadgeView'
|
|
s.version = '1.0.0'
|
|
s.license = 'MIT'
|
|
s.platform = :ios
|
|
s.summary = 'Custom badge view.'
|
|
s.homepage = 'https://github.com/lakesoft/LKbadgeView'
|
|
s.author = { 'lakesoft' => 'lakesoft' }
|
|
s.source = { :git => 'https://github.com/lakesoft/LKbadgeView.git',
|
|
:tag => '1.0.0' }
|
|
s.source_files = 'LKBadgeView.{h,m}'
|
|
s.frameworks = 'UIKit'
|
|
|
|
end
|