Skip to content

Commit ba86ead

Browse files
committed
Bump v0.3.0
1 parent c22454d commit ba86ead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftChart.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

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

13-
s.platform = :ios, '8.0'
13+
s.platform = :ios, '8.3'
1414
s.requires_arc = true
1515

1616
s.source_files = 'Source/*.swift'

0 commit comments

Comments
 (0)