blob: ed6490b738b790f4fd2d05ef35f68aca6eaebcef [file] [log] [blame]
{
"name": "ORCoreData",
"version": "6.0.0",
"summary": "ORCoreData - components for work with CoreData",
"description": "'ORCoreDataSaver, ORCoreDataEntityFinderAndCreator & ORCoreDataRemover'",
"homepage": "https://github.com/Omega-R/ORCoreData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Soloviev": "maxim@omega-r.com",
"Egor Lindberg": "egor.lindberg@omega-r.com"
},
"source": {
"git": "https://github.com/Omega-R/ORCoreData.git",
"tag": "6.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"source_files": "Sources/ORCoreData/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"MagicalRecord": [
"~> 2.3"
]
},
"swift_version": "5.0"
}