[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 0 / d / SSEvernoteSDKPatch / 0.0.1 / SSEvernoteSDKPatch.podspec.json
blob309d099b46377c32a0d117380ff2a8b41c9e8aa0
2   "name": "SSEvernoteSDKPatch",
3   "version": "0.0.1",
4   "summary": "Provide a simple wrapper over Evernote iOS SDK to allow developers to download thumbnail image of a note or a resource image.",
5   "homepage": "https://github.com/syshen/EvernoteSDKPatch",
6   "license": "MIT",
7   "authors": {
8     "syshen": "sysheen@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/syshen/EvernoteSDKPatch.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "EvernoteNoteStore+SSPatch.{h,m}",
18   "public_header_files": "EvernoteNoteStore+SSPatch.h",
19   "requires_arc": true,
20   "dependencies": {
21     "Evernote-SDK-iOS": [
23     ]
24   }