Skip to content

Commit ca93092

Browse files
committed
add README.md
1 parent dbcbb4d commit ca93092

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,21 @@ DIF, PDF, XPS, TIFF, SVG, MD (Markdown)
4747
SXC, FODS
4848

4949
[Product Page](https://products.aspose.cloud/cells/swift) | [Documentation](https://docs.aspose.cloud/display/cellscloud/Home) | [Demo](https://products.aspose.app/cells/family) | [API Reference](https://apireference.aspose.cloud/cells/) | [Examples](https://github.com/aspose-cells-cloud/aspose-cells-cloud-swift) | [Blog](https://blog.aspose.cloud/category/cells/) | [Free Support](https://forum.aspose.cloud/c/cells) | [Free Trial](https://dashboard.aspose.cloud/#/apps)
50+
51+
## Getting Started
52+
53+
Please, add the following cocoapods to your project.
54+
55+
You want to add pod `'AsposeCellsCloud', '~> 20.4'` similar to the following to your Podfile:
56+
57+
```console
58+
target 'MyApp' do
59+
pod 'AsposeCellsCloud', '~> 20.4'
60+
end
61+
```
62+
63+
Then run a pod install inside your terminal, or from CocoaPods.app.
64+
65+
Alternatively to give it a test run, run the command:
66+
67+
`pod try AsposeCellsCloud`

0 commit comments

Comments
 (0)