Skip to content

Commit

Permalink
Bump v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Sep 26, 2016
1 parent c22454d commit ba86ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftChart.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "SwiftChart"
s.version = "0.2.1"
s.version = "0.3.0"
s.summary = "Line and area chart library"
s.description = "Support multiple and partially filled series, signed floats, touch events."
s.homepage = "https://github.com/gpbl/SwiftChart"
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/gpbl/SwiftChart.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/gpblv'

s.platform = :ios, '8.0'
s.platform = :ios, '8.3'
s.requires_arc = true

s.source_files = 'Source/*.swift'
Expand Down

0 comments on commit ba86ead

Please sign in to comment.