Skip to content

Commit

Permalink
Update CocoapodsDependencyManager.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Jan 17, 2025
1 parent 69ee553 commit e7f0315
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ private fun generatePodspec(
| spec.source = {
| :http => '${url}',
| :type => 'zip',
| :headers => ["'Accept: application/octet-stream'"]
| :headers => ["Accept: application/octet-stream"]
| }
| spec.authors = ${
authors.orEmpty().surroundWithSingleQuotesIfNeeded()
Expand Down

0 comments on commit e7f0315

Please sign in to comment.