You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,17 +78,20 @@ There are three ways to install `DLAnalytics`
78
78
Just add to your project's `Podfile`:
79
79
80
80
```
81
-
pod 'DLAnalytics', '~> 1.0'
81
+
pod 'DLAnalytics', '~> 1.1'
82
82
```
83
83
84
84
### Carthage
85
85
86
86
Add following to `Cartfile`:
87
87
88
88
```
89
-
github "lengocduy/DLAnalytics"
89
+
github "lengocduy/DLAnalytics" ~> 1.1
90
90
```
91
91
92
+
- To building platform-independent xcframeworks Xcode 12 and above [here](https://github.com/Carthage/Carthage#building-platform-independent-xcframeworks-xcode-12-and-above)
93
+
- To migrating from framework bundles to xcframework [here](https://github.com/Carthage/Carthage#migrating-a-project-from-framework-bundles-to-xcframeworks)
0 commit comments