Skip to content

Commit

Permalink
update PopMenu.podsepc file v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed May 6, 2015
1 parent 55f7a56 commit d24d5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PopMenu.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "PopMenu"
s.version = "2.3"
s.version = "2.4"
s.summary = "PopMenu is pop animation menu inspired by Sina weibo / NetEse app."
s.homepage = "https://github.com/xhzengAIB/PopMenu"
s.license = "MIT"
s.authors = { "xhzengAIB" => "[email protected]" }
s.source = { :git => "https://github.com/xhzengAIB/PopMenu.git", :tag => "2.3" }
s.source = { :git => "https://github.com/xhzengAIB/PopMenu.git", :tag => "2.4" }
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.platform = :ios, '7.0'
s.source_files = 'PopMenu/*.{h,m}'
Expand Down

0 comments on commit d24d5c9

Please sign in to comment.