We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038f15e commit f456b1eCopy full SHA for f456b1e
1 file changed
BitByteData.podspec
@@ -2,9 +2,9 @@ Pod::Spec.new do |s|
2
3
s.name = "BitByteData"
4
s.version = "1.0.0-dev"
5
- s.summary = "Read bits and bytes from data consequently in Swift."
+ s.summary = "Read and write 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."
+ s.description = "A Swift framework with functions for reading and writing bytes and bits."
8
9
s.homepage = "https://github.com/tsolomko/BitByteData"
10
s.documentation_url = "http://tsolomko.github.io/BitByteData"
0 commit comments