Skip to content

Commit

Permalink
Release Swift 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivnsch committed Dec 2, 2016
1 parent f6f72f2 commit 20a1ad3
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.3
4 changes: 2 additions & 2 deletions SwiftCharts.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "SwiftCharts"
s.version = "0.4"
s.version = "0.4.1"
s.summary = "extensible, flexible charts library for iOS"
s.homepage = "https://github.com/i-schuetz/SwiftCharts"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
s.authors = "Ivan Schuetz"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/i-schuetz/SwiftCharts.git", :tag => '0.4' }
s.source = { :git => "https://github.com/i-schuetz/SwiftCharts.git", :tag => '0.4.1' }
s.source_files = 'SwiftCharts/*.swift', 'SwiftCharts/**/*.swift'
s.frameworks = "Foundation", "UIKit", "CoreGraphics"
end

0 comments on commit 20a1ad3

Please sign in to comment.