Skip to content

Commit 5ca2fee

Browse files
committed
bump v0.0.4
1 parent 8c155f1 commit 5ca2fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FEPopupMenuController.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "FEPopupMenuController"
12-
s.version = "0.0.3"
12+
s.version = "0.0.4"
1313
s.summary = "A simple, elegant pop-up menu view."
1414
s.description = <<-DESC
1515
a easy to use,customization pop-up menu view.
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
2222
s.license = "MIT"
2323
s.author = { "isaced" => "[email protected]" }
2424
s.platform = :ios, "7.0"
25-
s.source = { :git => "https://github.com/Feelinging/FEPopupMenuController.git", :tag => "0.0.3" }
25+
s.source = { :git => "https://github.com/Feelinging/FEPopupMenuController.git", :tag => "0.0.4" }
2626

2727
s.source_files = "FEPopupMenuController", "FEPopupMenuController/**/*.{h,m}"
2828
s.resource_bundle = { "FEPopupResource" => "FEPopupMenuController/**/*.xib" }

0 commit comments

Comments
 (0)