blob: f98112e999b7c848c7d46aef53e002b02726d948 [file] [log] [blame]
{
"name": "MECoreDataKit",
"version": "1.0.3",
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/MaestroElearning/MECoreDataKit",
"source": {
"git": "https://github.com/MaestroElearning/MECoreDataKit.git",
"tag": "1.0.3"
},
"summary": "A collection of classes that extend the CoreData framework.",
"description": "Convenience methods for fetch requests, saving recursively, and importing from or converting to/from JSON sources are included.",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"dependencies": {
"MEFoundation": [
"~> 1.0.0"
]
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreData"
],
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"source_files": "MECoreDataKit"
}