blob: e145cde0c8f4286519a49109fc82aa3baf5106d2 [file] [log] [blame]
{
"name": "Cadmium",
"version": "0.8.4",
"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.8.4"
},
"source_files": "Cadmium/*.swift",
"requires_arc": true,
"frameworks": [
"CoreData"
]
}