Skip to content

Commit

Permalink
Adding BDBPopupViewController 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbergeron committed Nov 14, 2013
1 parent a208702 commit f4354ed
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions BDBPopupViewController/1.0.1/BDBPopupViewController.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'BDBPopupViewController'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'A UIViewController category for presenting custom view controllers modally.'
s.homepage = 'https://github.com/bdbergeron/BDBPopupViewController'
s.authors = { 'Bradley David Bergeron' => 'brad@bradbergeron.com' }
s.source = { :git => 'https://github.com/bdbergeron/BDBPopupViewController.git', :tag => '1.0.1' }
s.requires_arc = true

s.platform = :ios, '5.0'

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

s.dependency 'AHEasing', '~> 1.1'
end

0 comments on commit f4354ed

Please sign in to comment.