We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38507b commit b89e95aCopy full SHA for b89e95a
NilCoalescingAssignmentOperators.podspec
@@ -8,6 +8,7 @@ Pod::Spec.new do |s|
8
}.call
9
s.summary = 'A Swift µ-Library for ??/= Combo Operators ??= and =??'
10
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"
12
s.homepage = 'https://github.com/capnslipp/NilCoalescingAssignmentOperators'
13
s.license = { :type => 'Public Domain', :file => 'LICENSE' }
14
s.author = { 'capnslipp' => '[email protected]' }
0 commit comments