blob: 2b173e6731081c6f01caa783dbbc9c27ed32273e [file] [log] [blame]
{
"name": "Cadmium",
"version": "0.13.2",
"summary": "Core Data framework for Swift that uses concise syntax to ensure best practices and protect you from common Core Data pitfalls",
"description": "Core Data framework for Swift that uses concise syntax to ensure best practices and protect you from common Core Data pitfalls.",
"homepage": "https://github.com/jmfieldman/Cadmium",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jason Fieldman": "jason@fieldman.org"
},
"social_media_url": "http://fieldman.org",
"platforms": {
"ios": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/jmfieldman/Cadmium.git",
"tag": "0.13.2"
},
"source_files": "Cadmium/*.swift",
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Cadmium/*.swift",
"frameworks": "CoreData",
"xcconfig": {
"SWIFT_VERSION": "2.3"
}
},
{
"name": "PromiseKit",
"source_files": "Extensions/PromiseKit/*.swift",
"weak_frameworks": "PromiseKit",
"dependencies": {
"Cadmium/Core": [
],
"PromiseKit": [
"~> 3.5"
]
}
},
{
"name": "PromiseKit3",
"source_files": "Extensions/PromiseKit/*.swift",
"weak_frameworks": "PromiseKit",
"dependencies": {
"Cadmium/Core": [
],
"PromiseKit": [
"~> 3.5"
]
}
}
]
}