blob: 33948412e7a8c03d834ae5cdba384f1f0e4bdad1 [file] [log] [blame]
{
"name": "Evernote-SDK-iOS",
"version": "0.1.0",
"platforms": {
"ios": null
},
"license": "Commercial",
"summary": "Evernote SDK for iOS.",
"homepage": "https://github.com/evernote/evernote-sdk-ios",
"authors": "Evernote",
"source": {
"git": "https://github.com/evernote/evernote-sdk-ios.git",
"tag": "0.1.0"
},
"source_files": "evernote-sdk-ios/**/*.{h,m}",
"frameworks": [
"Foundation",
"Security"
],
"dependencies": {
"cocoa-oauth": [
"~> 0.0.1"
],
"SSKeychain": [
"~> 0.1.2"
]
},
"requires_arc": false
}