We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc91ee5 commit 29bb995Copy full SHA for 29bb995
1 file changed
BitByteData.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "BitByteData"
4
- s.version = "1.0.0-dev"
+ s.version = "1.0.0-test.1"
5
s.summary = "Read bits and bytes from data consequently in Swift."
6
7
s.description = "A Swift framework with functions for reading bytes and bits from Data consequently."
@@ -20,6 +20,6 @@ Pod::Spec.new do |s|
20
21
s.source = { :git => "https://github.com/tsolomko/BitByteData.git", :tag => "#{s.version}" }
22
23
- s.source_files = 'Sources/*.swift'
+ s.source_files = "Sources/*.swift"
24
25
end
0 commit comments