blob: d975595aa49e7329d2bbb2604371b9b53c670403 [file] [log] [blame]
{
"name": "CoreDataPlus",
"version": "3.0.0-RC1",
"license": "MIT",
"documentation_url": "http://www.alessandromarzoli.com/CoreDataPlus",
"summary": "CoreData extensions.",
"homepage": "https://github.com/alemar11/CoreDataPlus",
"authors": {
"Alessandro Marzoli": "me@alessandromarzoli.com"
},
"source": {
"git": "https://github.com/alemar11/CoreDataPlus.git",
"tag": "3.0.0-RC1"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.2"
},
"swift_versions": "5.2",
"platforms": {
"ios": "12.0",
"tvos": "12.0",
"watchos": "5.0"
},
"source_files": [
"Sources/**/*.swift",
"Support/**/*.{h,m}"
],
"swift_version": "5.2"
}