Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranLafferty committed Jun 28, 2013
1 parent 8ff00b7 commit 4b59396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions KLSwitch.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "KLSwitch"
s.ios.deployment_target = '5.0'
s.version = "1.3"
s.version = "1.5"
s.summary = "An iOS 7 UISwitch clone that works on iOS 5+."
s.homepage = "http://www.cocoacontrols.com/platforms/ios/controls/klswitch"
s.license = 'Apache 2.0'
s.author = { "Kieran Lafferty" => "[email protected]"}
s.source = { :git => "https://github.com/KieranLafferty/KLSwitch.git", :tag => "1.3" }
s.source = { :git => "https://github.com/KieranLafferty/KLSwitch.git", :tag => "1.5" }
s.source_files = 'KLSwitch/KLSwitch/*.{h,m}'
s.requires_arc = true
s.frameworks = 'QuartzCore'
Expand Down
2 changes: 0 additions & 2 deletions KLSwitch/KLSwitch/KLSwitch.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@

@interface KLSwitchThumb : UIView
@property (nonatomic, assign) BOOL isTracking;


-(void) growThumbWithJustification:(KLSwitchThumbJustify) justification;
-(void) shrinkThumbWithJustification:(KLSwitchThumbJustify) justification;
@end
Expand Down

0 comments on commit 4b59396

Please sign in to comment.