Skip to content

Commit

Permalink
i.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckDeck committed Oct 23, 2016
1 parent fcc3a64 commit f1d1aa6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions GrandMenu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "GrandMenu"
s.version = "0.0.5"
s.version = "1.0.0"
s.summary = "GrandMenu is a powerful and simple Menu"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -80,7 +80,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/DuckDeck/GrandMenu.git", :tag => "0.0.5" }
s.source = { :git => "https://github.com/DuckDeck/GrandMenu.git", :tag => "1.0.0" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
2 changes: 0 additions & 2 deletions GrandMenu/GrandMenu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ open class GrandMenu: UIView,GraneMenuItemDelegate {
let item = arrItems!.find({(s:GrandMenuItem) ->Bool in return s.selected == item.selected })
call(item.0!, item.1)
}

}

open func selectSlideBarItemAtIndex(_ index:Int){
Expand All @@ -287,7 +286,6 @@ open class GrandMenu: UIView,GraneMenuItemDelegate {
addAnimationWithSelectedItem(item)
selectedItem = item
}

}

extension Array{
Expand Down
Binary file added GrandMenuDemo/.DS_Store
Binary file not shown.

0 comments on commit f1d1aa6

Please sign in to comment.