Skip to content

Commit 740c680

Browse files
SDK regenerated by CI server [ci skip]
1 parent 929db09 commit 740c680

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

AsposeWordsCloud.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AsposeWordsCloud'
3-
s.version = '24.6'
3+
s.version = '24.7'
44
s.summary = 'Aspose Words for Cloud.'
55
s.homepage = 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ This repository contains Aspose.Words Cloud SDK for Swift source code. This SDK
1313
* Watermarks and protection
1414
* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
1515

16+
## Enhancements in Version 24.7
17+
18+
- Added support for azw3 (Amazon Kindle Format) documents.
19+
20+
1621
## Enhancements in Version 24.6
1722

1823
- Added the 'TranslateNodeId' method to transalate a node id to a node path.
@@ -341,7 +346,7 @@ Add link to this repository as dependency to your Package.swift:
341346

342347
dependencies: [
343348
// Dependencies declare other packages that this package depends on.
344-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "24.6"),
349+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "24.7"),
345350
],
346351
targets: [
347352
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -359,7 +364,7 @@ targets: [
359364
Add link to git repository as dependency to your Podfile:
360365

361366
```ruby
362-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '24.6'
367+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '24.7'
363368
```
364369

365370
## Getting Started

Sources/AsposeWordsCloud/Api/Configuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ public class Configuration : Codable {
188188

189189
// Returns SDK version for using in statistics headers
190190
public func getSdkVersion() -> String {
191-
return "24.6";
191+
return "24.7";
192192
}
193193
}

0 commit comments

Comments
 (0)