Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leoluo5 committed May 27, 2020
1 parent dbcbb4d commit ca93092
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,21 @@ DIF, PDF, XPS, TIFF, SVG, MD (Markdown)
SXC, FODS

[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)

## Getting Started

Please, add the following cocoapods to your project.

You want to add pod `'AsposeCellsCloud', '~> 20.4'` similar to the following to your Podfile:

```console
target 'MyApp' do
pod 'AsposeCellsCloud', '~> 20.4'
end
```

Then run a pod install inside your terminal, or from CocoaPods.app.

Alternatively to give it a test run, run the command:

`pod try AsposeCellsCloud`

0 comments on commit ca93092

Please sign in to comment.