Skip to content

Commit 5ca967e

Browse files
committed
Fix syntax error in podspec
1 parent 2779e3b commit 5ca967e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SeedStackViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
s.module_name = "StackViewController"
44
s.version = "0.4.0"
55
s.summary = "Simplifies the process of building forms and other static content using UIStackView."
6-
s.description = "StackViewController is a Swift framework that simplifies the process of building forms and other static content using UIStackView.
6+
s.description = "StackViewController is a Swift framework that simplifies the process of building forms and other static content using UIStackView."
77
s.homepage = "https://github.com/seedco/StackViewController"
88
s.license = "MIT"
99
s.author = "Seed"

0 commit comments

Comments
 (0)