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

Commit 529c0ac

Browse files
committed
Version 1.1
1 parent c1522c4 commit 529c0ac

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

BDBPopupViewController.podspec

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = 'BDBPopupViewController'
3-
s.version = '1.0.1'
3+
s.version = '1.1'
44
s.license = 'MIT'
55
s.summary = 'A UIViewController category for presenting custom view controllers modally.'
66
s.homepage = 'https://github.com/bdbergeron/BDBPopupViewController'
77
s.authors = { 'Bradley David Bergeron' => 'brad@bradbergeron.com' }
8-
s.source = { :git => 'https://github.com/bdbergeron/BDBPopupViewController.git', :tag => '1.0.1' }
8+
s.source = { :git => 'https://github.com/bdbergeron/BDBPopupViewController.git', :tag => s.version.to_s }
99
s.requires_arc = true
1010

11-
s.platform = :ios, '5.0'
11+
s.platform = :ios, '6.0'
1212

13-
s.source_files = 'BDBPopupViewController/*.{h,m}'
14-
s.public_header_files = 'BDBPopupViewController/*.h'
13+
s.source_files = 'BDBPopupViewController/*.{h,m}'
1514

16-
s.dependency 'AHEasing', '~> 1.1'
15+
s.dependency 'AHEasing', '~> 1.2'
1716
end

0 commit comments

Comments
 (0)