Skip to content

Commit

Permalink
update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Dec 16, 2013
1 parent 58c0e5d commit fee8248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BButton.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Pod::Spec.new do |s|
s.version = '3.2.3'
s.summary = 'Twitter Bootstrap buttons for iOS'
s.homepage = 'https://github.com/jessesquires/BButton'
s.license = 'MIT License'
s.author = { 'Jesse Squires' => '[email protected]', 'Mathieu Bolard' => '[email protected]' }
s.source = { :git => 'https://github.com/jessesquires/BButton.git', :tag => s.version.to_s }
s.license = 'MIT'
s.authors = { 'Jesse Squires' => '[email protected]', 'Mathieu Bolard' => '[email protected]' }
s.source = { :git => 'https://github.com/jessesquires/BButton.git', :tag => s.version.to_s }
s.platform = :ios, '6.0'
s.source_files = 'BButton/Classes/*'
s.resource = 'BButton/Resources/*'
Expand Down

0 comments on commit fee8248

Please sign in to comment.