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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Edit assembly info of a PDF document online https://products.aspose.app/pdf/asse
17
17
$ gem install cocoapods
18
18
```
19
19
20
-
> CocoaPods 1.1+ is required to build AsposePdfCloud 20.8+.
20
+
> CocoaPods 1.1+ is required to build AsposePdfCloud 20.9+.
21
21
22
22
To integrate AsposePdfCloud into your Xcode project using CocoaPods, specify it in your `Podfile`:
23
23
@@ -27,7 +27,7 @@ platform :ios, '10.0'
27
27
use_frameworks!
28
28
29
29
target '<Your Target Name>'do
30
-
pod 'AsposePdfCloud', '~> 20.8'
30
+
pod 'AsposePdfCloud', '~> 20.9'
31
31
end
32
32
```
33
33
@@ -652,7 +652,7 @@ Class | Description
652
652
[**Segment**](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-swift/tree/master/docs/Segment.md) | Represents segment of Pdf text.
653
653
[**ShapeType**](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-swift/tree/master/docs/ShapeType.md) | This enum represents shape type for the extracted images.
[**SignatureCustomAppearance**](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-swift/tree/master/docs/SignatureCustomAppearance.md) | An abstract class which represents signature custon appearance object.
655
+
[**SignatureCustomAppearance**](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-swift/tree/master/docs/SignatureCustomAppearance.md) | An abstract class which represents signature custom appearance object.
[**SignatureFieldResponse**](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-swift/tree/master/docs/SignatureFieldResponse.md) | Represents response containing single signature field object
658
658
[**SignatureFields**](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-swift/tree/master/docs/SignatureFields.md) | Object representing a list of signature fields.
0 commit comments