blob: 3e30abb95a5feb4c01bd36e52cd37ce5ef7c09d9 [file] [log] [blame]
{
"name": "Cadmium",
"version": "0.10.3",
"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": "8.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/jmfieldman/Cadmium.git",
"tag": "0.10.3"
},
"source_files": "Cadmium/*.swift",
"requires_arc": true,
"frameworks": [
"CoreData"
]
}