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.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Bergeron authored and Bradley Bergeron committed Nov 4, 2013
1 parent 4bb646d commit a56de66
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.1.0'
s.version = '1.1.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' => 'brad@bradbergeron.com' }
s.source = { :git => 'https://github.com/bdbergeron/BDBSplitViewController.git', :tag => '1.1.0' }
s.source = { :git => 'https://github.com/bdbergeron/BDBSplitViewController.git', :tag => '1.1.1' }
s.requires_arc = true

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

0 comments on commit a56de66

Please sign in to comment.