CocoaPods: version number must include patch number.

This commit is contained in:
Kare Morstol
2018-04-18 22:29:07 +02:00
parent aebc06a649
commit 3f335df4d4
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftShell'
s.version = '4.1'
s.version = '4.1.0'
s.summary = 'A Swift framework for shell scripting.'
s.description = 'SwiftShell is a library for creating command-line applications and running shell commands in Swift.'
s.homepage = 'https://github.com/kareman/SwiftShell'