[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 3 / 2 / b / Cadmium / 0.9.1 / Cadmium.podspec.json
blobda233eb3dedc506d7fcf6f209ba8b922350c1601
2   "name": "Cadmium",
3   "version": "0.9.1",
4   "summary": "Core Data framework for Swift that uses concise syntax to ensure best practices and protect you from common Core Data pitfalls",
5   "description": "Core Data framework for Swift that uses concise syntax to ensure best practices and protect you from common Core Data pitfalls.",
6   "homepage": "https://github.com/jmfieldman/Cadmium",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jason Fieldman": "jason@fieldman.org"
13   },
14   "social_media_url": "http://fieldman.org",
15   "platforms": {
16     "ios": "8.0",
17     "watchos": "2.0"
18   },
19   "source": {
20     "git": "https://github.com/jmfieldman/Cadmium.git",
21     "tag": "0.9.1"
22   },
23   "source_files": "Cadmium/*.swift",
24   "requires_arc": true,
25   "frameworks": [
26     "CoreData"
27   ]