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

Commit

Permalink
Bumping to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbergeron committed Nov 14, 2013
1 parent d87b672 commit ffd2cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BDBSplitViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'BDBSplitViewController'
s.version = '1.2.0'
s.version = '1.2.1'
s.license = 'MIT'
s.summary = 'A nice drop-in replacement for UISplitViewController with a few fancy features.'
s.homepage = 'https://github.com/bdbergeron/BDBSplitViewController'
s.authors = { 'Bradley David Bergeron' => '[email protected]' }
s.source = { :git => 'https://github.com/bdbergeron/BDBSplitViewController.git', :tag => '1.2.0' }
s.source = { :git => 'https://github.com/bdbergeron/BDBSplitViewController.git', :tag => '1.2.1' }
s.requires_arc = true

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

0 comments on commit ffd2cbc

Please sign in to comment.