From f4354edf613551fb6e89e25acd2d80f03d8dfde3 Mon Sep 17 00:00:00 2001 From: Bradley David Bergeron Date: Thu, 14 Nov 2013 01:59:55 -0500 Subject: [PATCH] Adding BDBPopupViewController 1.0.1 --- .../1.0.1/BDBPopupViewController.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 BDBPopupViewController/1.0.1/BDBPopupViewController.podspec diff --git a/BDBPopupViewController/1.0.1/BDBPopupViewController.podspec b/BDBPopupViewController/1.0.1/BDBPopupViewController.podspec new file mode 100644 index 00000000000000..bff52a9ecef163 --- /dev/null +++ b/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