Skip to content

Commit

Permalink
renamed pod (#40)
Browse files Browse the repository at this point in the history
* renamed pod

* renamed .podspec

---------

Co-authored-by: Morten Bertz <[email protected]>
  • Loading branch information
shinjukunian and Morten Bertz authored Feb 25, 2023
1 parent ac3433b commit 98dfada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DocX.podspec → DocX-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Pod::Spec.new do |s|
s.name = 'DocX'
s.name = 'DocX-Swift'
s.version = '0.8.8'
s.summary = 'Convert NSAttributedString / AttributedString to .docx Word files on iOS and macOS.'
s.homepage = 'https://github.com/shinjukunian/DocX'
Expand All @@ -8,6 +8,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/shinjukunian/DocX.git', :tag => s.version }
s.ios.deployment_target = '12.0'
s.swift_version = '5.0'
s.module_name = 'DocX'
s.osx.deployment_target = '10.13'
s.source_files = 'DocX/**/*.swift'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Alternatively, add ```DocX``` in Xcode via ```File->Swift Packages->Add Package
### CocoaPods
Add
```
pod 'DocX'
pod 'DocX-Swift'
```
to your Podfile.

Expand Down

0 comments on commit 98dfada

Please sign in to comment.