Skip to content

Commit 15ee422

Browse files
committed
Updated the version number in the podspec.
1 parent 742eb1b commit 15ee422

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CorePlot-latest.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
'of data, and is tightly integrated with Apple technologies like Core Animation, ' \
1919
'Core Data, and Cocoa Bindings.'
2020

21-
s.ios.deployment_target = '6.0'
21+
s.ios.deployment_target = '8.0'
2222
s.osx.deployment_target = '10.8'
2323
s.tvos.deployment_target = '9.0'
2424

CorePlot.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'CorePlot'
3-
s.version = '2.1'
3+
s.version = '2.2'
44
s.license = 'BSD'
55
s.summary = 'Cocoa plotting framework for Mac OS X, iOS, and tvOS.'
66
s.homepage = 'https://github.com/core-plot'
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
'of data, and is tightly integrated with Apple technologies like Core Animation, ' \
1919
'Core Data, and Cocoa Bindings.'
2020

21-
s.ios.deployment_target = '6.0'
21+
s.ios.deployment_target = '8.0'
2222
s.osx.deployment_target = '10.8'
2323
s.tvos.deployment_target = '9.0'
2424

0 commit comments

Comments
 (0)