Skip to content

Commit d0f1f79

Browse files
committed
Increase deployment targets in podspec
1 parent 90d5019 commit d0f1f79

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

BitByteData.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
s.name = "BitByteData"
44
s.version = "2.0.1"
55
s.summary = "Read and write bits and bytes in Swift."
6-
6+
77
s.description = "A Swift framework with classes for reading and writing bits and bytes."
88

99
s.homepage = "https://github.com/tsolomko/BitByteData"
@@ -15,10 +15,10 @@ Pod::Spec.new do |s|
1515

1616
s.source = { :git => "https://github.com/tsolomko/BitByteData.git", :tag => "#{s.version}" }
1717

18-
s.ios.deployment_target = "9.0"
19-
s.osx.deployment_target = "10.10"
20-
s.tvos.deployment_target = "9.0"
21-
s.watchos.deployment_target = "2.0"
18+
s.ios.deployment_target = "11.0"
19+
s.osx.deployment_target = "10.13"
20+
s.tvos.deployment_target = "11.0"
21+
s.watchos.deployment_target = "4.0"
2222

2323
s.swift_versions = ["5"]
2424

0 commit comments

Comments
 (0)