Fix typo on Carthage Usage part

This commit is contained in:
Wooseong Kim
2020-03-12 16:55:03 +09:00
committed by GitHub
parent 6593b6ef01
commit 7ad84d5624
+2 -2
View File
@@ -122,7 +122,7 @@ By default these all have to be listed if you want to link and use them:
```yml
targets:
App:
frameworks:
dependencies:
- carthage: ReactiveCocoa
- carthage: ReactiveMapKit
```
@@ -134,7 +134,7 @@ options:
findCarthageFrameworks: true
targets:
App:
frameworks:
dependencies:
- carthage: ReactiveCocoa # will find ReactiveMapKit as well
- carthage: OtherCarthageDependency
findFrameworks: false # disables the global option