blob: 31c2fdee13c2628daf22cc55a57b208502eab107 [file] [log] [blame]
{
"name": "PeakCoreData",
"version": "3.4.0",
"summary": "PeakCoreData is a Swift microframework providing enhancements and conveniences to Core Data. It is part of the Peak Framework.",
"homepage": "https://github.com/3squared/PeakCoreData",
"license": {
"type": "Custom",
"file": "LICENCE"
},
"authors": {
"David Yates": "david.yates@3squared.com"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/3squared/PeakCoreData.git",
"tag": "3.4.0"
},
"source_files": [
"PeakCoreData",
"PeakCoreData/**/*.{h,m,swift}"
],
"dependencies": {
"PeakOperation": [
]
},
"swift_version": "5.0"
}