Skip to content

Commit

Permalink
bump v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
isaced committed Nov 10, 2016
1 parent 8c155f1 commit 5ca2fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FEPopupMenuController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

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

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

0 comments on commit 5ca2fee

Please sign in to comment.