Skip to content

Commit 478b3df

Browse files
author
Luc Dion
committed
Update pod spec
1 parent 268b5be commit 478b3df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PinLayout.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "PinLayout"
19-
s.version = "1.0.9"
20-
s.summary = "Swift manual views layouting without auto layout, no magic, pure code, full control. Concise syntax, readable & chainable."
19+
s.version = "1.0.10"
20+
s.summary = "Swift manual views layouting without auto layout, fast, no magic, pure code, full control. Concise syntax, readable & chainable."
2121

2222
# This description is used to generate tags and improve search results.
2323
# * Think: What does it do? Why did you write it? What is the focus?
@@ -115,7 +115,7 @@ A view can be layouted using PinLayout and later with another method.
115115
# Not including the public_header_files will make all headers public.
116116
#
117117

118-
s.source_files = "PinLayout/**/*.swift"
118+
s.source_files = "Sources/**/*.swift"
119119

120120

121121
# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

0 commit comments

Comments
 (0)