Skip to content

Commit 29bb995

Browse files
committed
Prepare for test release for 1.0.0
1 parent cc91ee5 commit 29bb995

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BitByteData.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "BitByteData"
4-
s.version = "1.0.0-dev"
4+
s.version = "1.0.0-test.1"
55
s.summary = "Read bits and bytes from data consequently in Swift."
66

77
s.description = "A Swift framework with functions for reading bytes and bits from Data consequently."
@@ -20,6 +20,6 @@ Pod::Spec.new do |s|
2020

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

23-
s.source_files = 'Sources/*.swift'
23+
s.source_files = "Sources/*.swift"
2424

2525
end

0 commit comments

Comments
 (0)