Skip to content

Commit

Permalink
change podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
wasim009 committed Nov 1, 2019
1 parent c462abe commit b7b39bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WMSegmentControl.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WMSegmentControl'
s.version = '0.1.13'
s.version = '0.1.15'
s.summary = 'Custom segment control for iOS'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion WMSegmentControl/Source/WMSegment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import UIKit
@IBDesignable
open class WMSegment: UIControl {
var onValueChanged: ((_ index: Int)->())?
public var onValueChanged: ((_ index: Int)->())?
var buttons = [UIButton]()
var selector: UIView!
public var selectedSegmentIndex: Int = 0
Expand Down

0 comments on commit b7b39bf

Please sign in to comment.