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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ in your repository folder.
56
56
57
57
Add the following line to your `Cartfile`.
58
58
59
-
```github "DaveWoodCom/XCGLogger" ~> 7.0.0```
59
+
```github "DaveWoodCom/XCGLogger" ~> 7.0.1```
60
60
61
61
Then run `carthage update --no-use-binaries` or just `carthage update`. For details of the installation and usage of Carthage, visit [its project page][carthage].
Specifying the pod `XCGLogger` on its own will include the core framework. We're starting to add subspecs to allow you to include optional components as well:
78
78
79
-
`pod 'XCGLogger/UserInfoHelpers', '~> 7.0.0'`: Include some experimental code to help deal with using UserInfo dictionaries to tag log messages.
79
+
`pod 'XCGLogger/UserInfoHelpers', '~> 7.0.1'`: Include some experimental code to help deal with using UserInfo dictionaries to tag log messages.
80
80
81
81
Then run `pod install`. For details of the installation and usage of CocoaPods, visit [its official web site][cocoapods].
82
82
@@ -118,7 +118,7 @@ Add the following entry to your package's dependencies:
118
118
### Backwards Compatibility
119
119
120
120
Use:
121
-
* XCGLogger version [7.0.0][xcglogger-7.0.0] for Swift 5.0
121
+
* XCGLogger version [7.0.1][xcglogger-7.0.1] for Swift 5.0
122
122
* XCGLogger version [6.1.0][xcglogger-6.1.0] for Swift 4.2
123
123
* XCGLogger version [6.0.4][xcglogger-6.0.4] for Swift 4.1
124
124
* XCGLogger version [6.0.2][xcglogger-6.0.2] for Swift 4.0
@@ -568,9 +568,9 @@ The change log is now in its own file: [CHANGELOG.md](CHANGELOG.md)
0 commit comments