Skip to content

Commit bfc1ef8

Browse files
authored
docs: update document guideline for new version 1.1.0 (#3)
1 parent 3ec24d1 commit bfc1ef8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

DLAnalytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
#
1717

1818
spec.name = "DLAnalytics"
19-
spec.version = "1.0.0"
19+
spec.version = "1.1.0"
2020
spec.summary = "Swift's Framework Analytics"
2121

2222
# This description is used to generate tags and improve search results.

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,20 @@ There are three ways to install `DLAnalytics`
7878
Just add to your project's `Podfile`:
7979

8080
```
81-
pod 'DLAnalytics', '~> 1.0'
81+
pod 'DLAnalytics', '~> 1.1'
8282
```
8383

8484
### Carthage
8585

8686
Add following to `Cartfile`:
8787

8888
```
89-
github "lengocduy/DLAnalytics"
89+
github "lengocduy/DLAnalytics" ~> 1.1
9090
```
9191

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)
94+
9295
### Swift Package Manager
9396

9497
Create a `Package.swift` file:
@@ -102,7 +105,7 @@ let package = Package(
102105
name: "TestDLAnalytics",
103106
104107
dependencies: [
105-
.package(url: "https://github.com/lengocduy/DLAnalytics.git", from: "1.0.0"),
108+
.package(url: "https://github.com/lengocduy/DLAnalytics.git", from: "1.1.0"),
106109
],
107110
108111
targets: [

0 commit comments

Comments
 (0)