Merge pull request #804 from innocarpe/patch-1

Fix typo on Carthage from Usage.md
This commit is contained in:
Yonas Kolb 2020-03-12 19:17:23 +11:00 committed by GitHub
commit b26b1597c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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