Skip to content

Commit b89e95a

Browse files
committed
Added to podspec a readme entry pointing to raw source of the README.md on GitHub
1 parent a38507b commit b89e95a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NilCoalescingAssignmentOperators.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Pod::Spec.new do |s|
88
}.call
99
s.summary = 'A Swift µ-Library for ??/= Combo Operators ??= and =??'
1010
s.description = "A Swift micro-library that provides two nil-coalescing/assignment combo operators: ??= and =??"
11+
s.readme = "https://raw.githubusercontent.com/capnslipp/NilCoalescingAssignmentOperators/#{s.version.to_s}/README.md"
1112
s.homepage = 'https://github.com/capnslipp/NilCoalescingAssignmentOperators'
1213
s.license = { :type => 'Public Domain', :file => 'LICENSE' }
1314
s.author = { 'capnslipp' => '[email protected]' }

0 commit comments

Comments
 (0)