We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6206bbc commit 5335013Copy full SHA for 5335013
DocuSign.podspec
@@ -3,7 +3,7 @@
3
4
Pod::Spec.new do |s|
5
s.name = 'DocuSign'
6
- s.version = '3.5.0'
+ s.version = '4.0.0'
7
s.summary = 'Docusign Native iOS Framework to sign and send in your iOS apps'
8
9
s.description = <<-DESC
@@ -29,5 +29,5 @@ Pod::Spec.new do |s|
29
"DocuSignAPI.xcframework"]
30
s.resource = 'DocuSignSDK.xcframework/**/DocuSignSDK.bundle'
31
# Update the source path for new release
32
- s.source = { :http => "https://docucdn-a.akamaihd.net/prod/docusigniossdk/3.5.0/DocuSignCombined.zip"}
+ s.source = { :http => "https://docucdn-a.akamaihd.net/prod/docusigniossdk/4.0.0/DocuSignCombined.zip"}
33
end
0 commit comments