blob: fec8633494013314ebeb066c235f296308527869 [file] [log] [blame]
{
"name": "CoreDataCodable",
"version": "1.0.2",
"summary": "Make NSManagedObject and Core Data interoperate with Swift's Decodable",
"description": "CoreDataCodable contains protocols, extensions and types for making Core Data and NSManagedOject interoperate nicely with Swift's Decodable protocol.",
"homepage": "https://github.com/peterringset/CoreDataCodable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Peter Ringset": "peter@ringset.no"
},
"swift_versions": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/peterringset/CoreDataCodable.git",
"tag": "1.0.2"
},
"source_files": "CoreDataCodable/**/*.{h,m,swift}",
"public_header_files": "CoreDataCodable/**/*.h"
}