Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Updating Podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbergeron committed Jan 16, 2014
1 parent 3341af1 commit e7f7f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTButton.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'A UIButton subclass with easy button styling!'
s.homepage = 'https://github.com/bdbergeron/BTButton'
s.authors = { 'Bradley David Bergeron' => '[email protected]' }
s.source = { :git => 'https://github.com/bdbergeron/BTButton.git', :tag => '0.1.0' }
s.source = { :git => 'https://github.com/bdbergeron/BTButton.git', :tag => s.version.to_s }
s.requires_arc = true

s.platform = :ios, '7.0'
Expand Down

0 comments on commit e7f7f89

Please sign in to comment.