Files
JBChartView/LKbadgeView/1.0.0/LKbadgeView.podspec
T
Tatsuro Ueda 5ae6b649b9 Original address doesn't contain pod explanation
In addition, the git page contains good look screenshots.
2012-09-02 11:00:23 +09:00

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