Skip to content

Commit

Permalink
Proper commit for 1.1.0
Browse files Browse the repository at this point in the history
Tag points to correct version,
license points to README.md,
spec name is correct and placed in correct folder
  • Loading branch information
noahemmet committed Feb 22, 2013
1 parent c1a55de commit d8fc2f7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions LKbadgeView/1.1.0/LKbadgeView.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'LKbadgeView'
s.version = '1.1.0'
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.1.0' }
s.source_files = 'LKBadgeView.{h,m}'
s.frameworks = 'UIKit'
s.license = { :type => 'MIT', :file => 'README.md' }
end

0 comments on commit d8fc2f7

Please sign in to comment.