Skip to content

Commit 8bb20b6

Browse files
committed
update podspec
1 parent e98681c commit 8bb20b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Charts.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = "Charts"
3-
s.version = "3.5.0"
3+
s.version = "3.6.0"
44
s.summary = "Charts is a powerful & easy to use chart library for iOS, tvOS and OSX (and Android)"
55
s.homepage = "https://github.com/danielgindi/Charts"
66
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
77
s.authors = "Daniel Cohen Gindi", "Philipp Jahoda"
8-
s.ios.deployment_target = "8.0"
8+
s.ios.deployment_target = "9.0"
99
s.tvos.deployment_target = "9.0"
1010
s.osx.deployment_target = "10.11"
1111
s.source = { :git => "https://github.com/danielgindi/Charts.git", :tag => "v#{s.version}" }
1212
s.default_subspec = "Core"
13-
s.swift_version = '5.0'
13+
s.swift_version = '5.3'
1414
s.cocoapods_version = '>= 1.5.0'
1515

1616
s.subspec "Core" do |ss|

0 commit comments

Comments
 (0)