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