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

Commit

Permalink
Adding podspec, bumping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Bergeron committed Oct 28, 2013
1 parent 5dafd77 commit 11e4a8a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions BDBSplitViewController.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'BDBSplitViewController'
s.version = '1.0.0'
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.0.0' }
s.requires_arc = true

s.platform = :ios, '6.0'

s.source_files = 'BDBSplitViewController/*.{h,m}'
s.public_header_files = 'BDBSplitViewController/*.h'
end

0 comments on commit 11e4a8a

Please sign in to comment.