Skip to content

Commit

Permalink
[Fix] Add missing license info and git commit for AUIAnimatedText.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Aug 11, 2012
1 parent 62a8876 commit 6f0da73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AUIAnimatedText/0.0.1/AUIAnimatedText.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ Pod::Spec.new do |s|
s.version = '0.0.1'
s.summary = 'A drop-in UILabel replacement that makes almost all properties animatable by using a CATextLayer instead of CALayer.'
s.homepage = 'https://github.com/adam-siton/AUIAnimatedText'
s.license = { :type => 'MIT', :file => 'MIT-LICENCE' }
s.author = { 'Adam Siton'=> '[email protected]' }
s.source = { :git => 'https://github.com/adam-siton/AUIAnimatedText.git' }
s.source = { :git => 'https://github.com/adam-siton/AUIAnimatedText.git',
:commit => '098ff3309827a8508a7358ead7f1c5450e3c4b73' }
s.description = 'Properties animatable in AUIAnimatableText and not in UILabel: textColor, text, font, fontSize.'
s.platform = :ios
s.source_files = 'AUIAnimatedText/AUIAnimatedText/AUIAnimatableLabel.{h,m}', 'AUIAnimatedText/AUIAnimatedText/UIFont+CoreTextExtensions.{h,m}'
Expand Down

0 comments on commit 6f0da73

Please sign in to comment.