Skip to content

Commit e7f0315

Browse files
Update CocoapodsDependencyManager.kt
1 parent 69ee553 commit e7f0315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kmmbridge/src/main/kotlin/co/touchlab/kmmbridge/dependencymanager/CocoapodsDependencyManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ private fun generatePodspec(
294294
| spec.source = {
295295
| :http => '${url}',
296296
| :type => 'zip',
297-
| :headers => ["'Accept: application/octet-stream'"]
297+
| :headers => ["Accept: application/octet-stream"]
298298
| }
299299
| spec.authors = ${
300300
authors.orEmpty().surroundWithSingleQuotesIfNeeded()

0 commit comments

Comments
 (0)