@@ -161,7 +161,7 @@ easy as adding it to the `dependencies` value of your `Package.swift`.
161161``` swift
162162dependencies: [
163163 .package (url : " https://github.com/CoreOffice/CoreXLSX.git" ,
164- .upToNextMinor (from : " 0.12 .0" ))
164+ .upToNextMinor (from : " 0.13 .0" ))
165165]
166166```
167167
@@ -172,7 +172,7 @@ GUI](https://developer.apple.com/documentation/xcode/adding_package_dependencies
172172### CocoaPods
173173
174174CoreXLSX is available through [ CocoaPods] ( https://cocoapods.org ) on Apple's
175- platforms. To install it, simply add ` pod 'CoreXLSX', '~> 0.12 .0' ` to your
175+ platforms. To install it, simply add ` pod 'CoreXLSX', '~> 0.13 .0' ` to your
176176` Podfile ` like shown here:
177177
178178``` ruby
@@ -181,7 +181,7 @@ source 'https://github.com/CocoaPods/Specs.git'
181181# platform :ios, '9.0'
182182use_frameworks!
183183target ' <Your Target Name>' do
184- pod ' CoreXLSX' , ' ~> 0.12 .0'
184+ pod ' CoreXLSX' , ' ~> 0.13 .0'
185185end
186186```
187187
@@ -202,7 +202,7 @@ $ brew install carthage
202202Inside of your ` Cartfile ` , add GitHub path to ` CoreXLSX ` and its latest version:
203203
204204``` ogdl
205- github "CoreOffice/CoreXLSX" ~> 0.12 .0
205+ github "CoreOffice/CoreXLSX" ~> 0.13 .0
206206```
207207
208208Then, run the following command to build the framework:
0 commit comments