File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments