Skip to content

Commit 9735065

Browse files
committed
Update podspec to add module_name attribute
1 parent 9fddf11 commit 9735065

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SeedStackViewController.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "SeedStackViewController"
3-
s.version = "0.2.0"
3+
s.module_name = "StackViewController"
4+
s.version = "0.2.1"
45
s.summary = "Simplifies the process of building forms and other static content using UIStackView."
56
s.description = <<-DESC
67
StackViewController is a Swift framework that simplifies the process of building forms and other static content using UIStackView.

0 commit comments

Comments
 (0)