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

Commit

Permalink
Bumping version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbergeron committed Jan 3, 2014
1 parent 69d7f54 commit f94968b
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.1'
s.version = '1.2.2'
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.2.1' }
s.source = { :git => 'https://github.com/bdbergeron/BDBSplitViewController.git', :tag => s.version.to_s }
s.requires_arc = true

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

0 comments on commit f94968b

Please sign in to comment.