docusign / docusign-objc-client

The Official DocuSign Objective-C Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
https://www.docusign.com/devcenter
MIT License
13 stars 14 forks source link

No podspec found for `DocuSignESignClient` in `./sdk` #3

Closed YGeorge closed 8 years ago

YGeorge commented 8 years ago

I'm trying to install the library according to https://github.com/docusign/docusign-objc-client/blob/master/sdk/README.md

But I have an error:

Create a file in your root project directory called podfile with the following content: pod "DocuSignESignClient", :path => "./sdk"

Looks like README.md contains old incorrect instructions. Should I use pod "DocuSignESign", :path => "./sdk" instead?

gsnavin commented 8 years ago

@YGeorge You are correct, it needs to be pod "DocuSignESign", :path => "./sdk"

I will update the README.md along with the tests that go along with the SDK.