Skip to content

Commit a434fa8

Browse files
committed
[ISSUE] updated with package version and readme dependency.
1 parent 2a28635 commit a434fa8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
dependencies: [
1717
.package(
1818
url: "https://github.com/yml-org/yanalytics-ios.git",
19-
from: "1.1.0"
19+
from: "1.2.0"
2020
),
2121
.package(
2222
url: "https://github.com/firebase/firebase-ios-sdk.git",

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ final class AppCoordinator {
6666
}
6767
```
6868

69+
Dependencies
70+
----------
71+
72+
Y—AnalyticsFirebase depends upon our [Y—Analytics](https://github.com/yml-org/yanalytics-ios) framework (which is also open source and Apache 2.0 licensed).
73+
74+
6975
Installation
7076
----------
7177

0 commit comments

Comments
 (0)