Skip to content

Commit 9ea5146

Browse files
committed
Bump cocoapods to v1.1.1
1 parent 1a83032 commit 9ea5146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NewPopMenu.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'NewPopMenu'
3-
spec.version = '1.1.0'
3+
spec.version = '1.1.1'
44
spec.license = { :type => 'MIT', :file => "LICENSE" }
55
spec.homepage = 'https://github.com/CaliCastle/PopMenu'
66
spec.authors = { 'Cali Castle' => '[email protected]' }
77
spec.summary = 'A cool and customizable popup action sheet for iOS'
8-
spec.source = { :git => 'https://github.com/CaliCastle/PopMenu.git', :tag => 'v1.1.0' }
8+
spec.source = { :git => 'https://github.com/CaliCastle/PopMenu.git', :tag => 'v1.1.1' }
99
spec.source_files = 'PopMenu/**/*.{h,swift}'
1010

1111
spec.module_name = "PopMenu"

0 commit comments

Comments
 (0)