Skip to content

Commit

Permalink
Merge pull request #1281 from EpicDraws/Swift-2.3
Browse files Browse the repository at this point in the history
Few more changes needed to build with Swift 2.3
  • Loading branch information
liuxuan30 authored Aug 2, 2016
2 parents 80cd0f8 + 3b32f9e commit 2b58abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Charts.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Charts"
s.version = "2.2.5"
s.version = "2.2.6"
s.summary = "Charts is a powerful & easy to use chart library for iOS, tvOS and OSX (and Android)"
s.homepage = "https://github.com/danielgindi/Charts"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion Charts/Classes/Utils/ChartPlatform.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ types are aliased to either their UI* implementation (on iOS) or their NS* imple
self.nsuiTouchesEnded(touches, withEvent: event)
}

public final override func touchesCancelled(touches: Set<NSUITouch>?, withEvent event: NSUIEvent?)
public final override func touchesCancelled(touches: Set<NSUITouch>, withEvent event: NSUIEvent?)
{
self.nsuiTouchesCancelled(touches, withEvent: event)
}
Expand Down

0 comments on commit 2b58abe

Please sign in to comment.