We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22454d commit ba86eadCopy full SHA for ba86ead
SwiftChart.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |s|
3
s.name = "SwiftChart"
4
- s.version = "0.2.1"
+ s.version = "0.3.0"
5
s.summary = "Line and area chart library"
6
s.description = "Support multiple and partially filled series, signed floats, touch events."
7
s.homepage = "https://github.com/gpbl/SwiftChart"
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.source = { :git => "https://github.com/gpbl/SwiftChart.git", :tag => s.version.to_s }
11
s.social_media_url = 'https://twitter.com/gpblv'
12
13
- s.platform = :ios, '8.0'
+ s.platform = :ios, '8.3'
14
s.requires_arc = true
15
16
s.source_files = 'Source/*.swift'
0 commit comments