| { |
| "name": "SSEvernoteSDKPatch", |
| "version": "0.0.1", |
| "summary": "Provide a simple wrapper over Evernote iOS SDK to allow developers to download thumbnail image of a note or a resource image.", |
| "homepage": "https://github.com/syshen/EvernoteSDKPatch", |
| "license": "MIT", |
| "authors": { |
| "syshen": "sysheen@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/syshen/EvernoteSDKPatch.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source_files": "EvernoteNoteStore+SSPatch.{h,m}", |
| "public_header_files": "EvernoteNoteStore+SSPatch.h", |
| "requires_arc": true, |
| "dependencies": { |
| "Evernote-SDK-iOS": [ |
| |
| ] |
| } |
| } |