We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba417d commit 9b75815Copy full SHA for 9b75815
NewPopMenu.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'NewPopMenu'
3
- spec.version = '2.0.0'
+ spec.version = '2.1.1'
4
spec.license = { :type => 'MIT', :file => "LICENSE" }
5
spec.homepage = 'https://github.com/CaliCastle/PopMenu'
6
spec.authors = { 'Cali Castle' => '[email protected]' }
7
spec.summary = 'A cool and customizable popup action sheet for iOS'
8
- spec.source = { :git => 'https://github.com/CaliCastle/PopMenu.git', :tag => 'v2.0.0' }
+ spec.source = { :git => 'https://github.com/CaliCastle/PopMenu.git', :tag => 'v2.1.1' }
9
spec.source_files = 'PopMenu/**/*.{h,swift}'
10
11
spec.module_name = "PopMenu"
0 commit comments