Skip to content

Commit cee0a46

Browse files
author
evgeny.ivanov
committed
SDK regenerated by CI server [ci skip]
1 parent 6b2f134 commit cee0a46

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

AsposeWordsCloud.podspec

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'AsposeWordsCloud'
3+
s.version = '20.7'
4+
s.summary = 'Aspose Words for Cloud.'
5+
s.homepage = 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git'
6+
s.license = { :type => 'MIT', :file => 'LICENSE' }
7+
s.author = { 'ivan.kishchenko' => '[email protected]' }
8+
s.source = { :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => s.version.to_s }
9+
s.ios.deployment_target = "9.0"
10+
s.osx.deployment_target = "10.10"
11+
s.swift_version = "4.0"
12+
s.source_files = 'Sources/**/*'
13+
end

Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
target 'AsposeWordsCloud' do
2+
use_frameworks!
3+
end

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ The complete source code is available in this repository folder. You can either
7373
To use Aspose Words Cloud SDK for Swift you need to register an account with [Aspose Cloud](https://www.aspose.cloud/) and lookup/create App Key and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/#/apps). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/pricing).
7474

7575
## Installation & Usage
76+
77+
### Swift Package Manager
78+
7679
Add link to this repository as dependency to your Package.swift:
7780

7881
```swift
@@ -92,6 +95,14 @@ targets: [
9295

9396
```
9497

98+
### Cocoapods
99+
100+
Add link to git repository as dependency to your Podfile:
101+
102+
```ruby
103+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '20.7'
104+
```
105+
95106
## Getting Started
96107

97108
```swift

0 commit comments

Comments
 (0)