blob: 97fee86595a8beda760154440ef557fc3145b34c [file] [log] [blame]
{
"name": "Cadmium",
"version": "0.13.1",
"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.1"
},
"source_files": "Cadmium/*.swift",
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Cadmium/*.swift",
"frameworks": "CoreData",
"xcconfig": {
"SWIFT_VERSION": "2.3"
}
}
]
}