[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 3 / 2 / b / Cadmium / 1.0.2 / Cadmium.podspec.json
blob171ff6446d8ffb19ff3eff3f16c3623c4b59e872
2   "name": "Cadmium",
3   "version": "1.0.2",
4   "summary": "Core Data framework for Swift that uses concise syntax to hide context complexity and ensure best practices",
5   "description": "Core Data framework for Swift that uses concise syntax to hide context complexity, 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": "9.0",
17     "watchos": "2.0",
18     "osx": "10.12",
19     "tvos": "10.0"
20   },
21   "source": {
22     "git": "https://github.com/jmfieldman/Cadmium.git",
23     "tag": "1.0.2"
24   },
25   "source_files": "Cadmium/*.swift",
26   "requires_arc": true,
27   "default_subspecs": "Core",
28   "pushed_with_swift_version": "3.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Cadmium/*.swift",
33       "frameworks": "CoreData"
34     },
35     {
36       "name": "PromiseKit",
37       "source_files": "Extensions/PromiseKit/*.swift",
38       "weak_frameworks": "PromiseKit",
39       "dependencies": {
40         "Cadmium/Core": [
42         ],
43         "PromiseKit": [
45         ]
46       }
47     }
48   ]