[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 2 / b / Cadmium / 0.13.2 / Cadmium.podspec.json
blob2b173e6731081c6f01caa783dbbc9c27ed32273e
2   "name": "Cadmium",
3   "version": "0.13.2",
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": "9.0",
17     "watchos": "2.0"
18   },
19   "source": {
20     "git": "https://github.com/jmfieldman/Cadmium.git",
21     "tag": "0.13.2"
22   },
23   "source_files": "Cadmium/*.swift",
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Cadmium/*.swift",
30       "frameworks": "CoreData",
31       "xcconfig": {
32         "SWIFT_VERSION": "2.3"
33       }
34     },
35     {
36       "name": "PromiseKit",
37       "source_files": "Extensions/PromiseKit/*.swift",
38       "weak_frameworks": "PromiseKit",
39       "dependencies": {
40         "Cadmium/Core": [
42         ],
43         "PromiseKit": [
44           "~> 3.5"
45         ]
46       }
47     },
48     {
49       "name": "PromiseKit3",
50       "source_files": "Extensions/PromiseKit/*.swift",
51       "weak_frameworks": "PromiseKit",
52       "dependencies": {
53         "Cadmium/Core": [
55         ],
56         "PromiseKit": [
57           "~> 3.5"
58         ]
59       }
60     }
61   ]