File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- github "tsolomko/BitByteData" " 1.2.0-test.3"
1
+ github "tsolomko/BitByteData" ~> 1.2
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ let package = Package(
13
13
// .package(url: "https://github.com/jakeheis/SwiftCLI",
14
14
// from: "5.0.0"),
15
15
. package ( url: " https://github.com/tsolomko/BitByteData " ,
16
- from: " 1.2.0-test " ) ,
16
+ from: " 1.2.0 " ) ,
17
17
] ,
18
18
targets: [
19
19
// SWCOMP: Uncomment the lines below to build swcomp example program.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
22
23
23
s . swift_version = "4.1"
24
24
25
- s . dependency "BitByteData" , "~> 1.2.0-test.3 "
25
+ s . dependency "BitByteData" , "~> 1.2.0"
26
26
27
27
s . subspec "Deflate" do |sp |
28
28
sp . source_files = "Sources/{Deflate/*,Common/*}.swift"
You can’t perform that action at this time.
0 commit comments