Skip to content

Commit

Permalink
Update Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mmohareb committed Dec 14, 2022
1 parent 1c90d2c commit aecd1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DocuSign.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Pod::Spec.new do |s|
s.name = 'DocuSign'
s.version = '3.0.1'
s.version = '3.0.2'
s.summary = 'DocuSign Native iOS Framework to sign and send in your iOS apps'

s.description = <<-DESC
Expand All @@ -29,5 +29,5 @@ Pod::Spec.new do |s|
"DocuSignAPI.xcframework"]
s.resource = 'DocuSignSDK.xcframework/**/DocuSignSDK.bundle'
# Update the source path for new release
s.source = { :http => "https://github.com/docusign/native-ios-sdk/raw/release/3.0.1/DocuSignSDK.zip"}
s.source = { :http => "https://github.com/docusign/native-ios-sdk/raw/release/3.0.2/DocuSignSDK.zip"}
end

0 comments on commit aecd1d4

Please sign in to comment.