Skip to content

Commit

Permalink
Merge branch 'tmillz-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Apr 15, 2024
2 parents f4c782c + a392889 commit 882d836
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private fun Project.generatePodspec(outputFile: File) = with(kotlin.cocoapods) {
| spec.source = {
| :http => '${url}',
| :type => 'zip',
| :headers => ['Accept: application/octet-stream']
| :headers => ["'Accept: application/octet-stream'"]
| }
| spec.authors = ${authors.orEmpty().surroundWithSingleQuotesIfNeeded()}
| spec.license = ${license.orEmpty().surroundWithSingleQuotesIfNeeded()}
Expand Down

0 comments on commit 882d836

Please sign in to comment.