Raj Aggrawal
Raj Aggrawal

Reputation: 761

How to use Evernote APIs in swift

I am using Evernote APIs to create custom notepad and as per process I install the cocoapod the the ever note and follow all the steps given in documentation Evernote Documentation. When I goes to use it EvernoteSDK is not included.

No classes from evernote are visible for me.

Upvotes: 1

Views: 417

Answers (1)

Ilam
Ilam

Reputation: 87

It seems you are pointing to the old documentation. try the new one here. It is very simple if you have cocopods file, add:-

pod 'evernote-cloud-sdk-ios'

Upvotes: 3

Related Questions