File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::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 |
You can’t perform that action at this time.
0 commit comments