Skip to content

Commit

Permalink
Added to podspec a readme entry pointing to raw source of the README.…
Browse files Browse the repository at this point in the history
…md on GitHub
  • Loading branch information
capnslipp committed May 13, 2023
1 parent a38507b commit b89e95a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NilCoalescingAssignmentOperators.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Pod::Spec.new do |s|
}.call
s.summary = 'A Swift µ-Library for ??/= Combo Operators ??= and =??'
s.description = "A Swift micro-library that provides two nil-coalescing/assignment combo operators: ??= and =??"
s.readme = "https://raw.githubusercontent.com/capnslipp/NilCoalescingAssignmentOperators/#{s.version.to_s}/README.md"
s.homepage = 'https://github.com/capnslipp/NilCoalescingAssignmentOperators'
s.license = { :type => 'Public Domain', :file => 'LICENSE' }
s.author = { 'capnslipp' => 'NilCoalescingAssignmentOperators@capnslipp.com' }
Expand Down

0 comments on commit b89e95a

Please sign in to comment.