blob: 5690bc9b0e7d6927016429600c09a1b5e1410280 [file] [log] [blame]
{
"name": "PeakCoreData",
"version": "5.0.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",
"Sam Oakley": "sam.oakley@3squared.com",
"Ben Walker": "ben.walker@3squared.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/3squared/PeakCoreData.git",
"tag": "5.0.0"
},
"source_files": [
"PeakCoreData",
"PeakCoreData/Core/**/*.{h,m,swift}"
],
"dependencies": {
"PeakOperation": [
]
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0",
"tvos": "11.0",
"osx": "10.13"
},
"ios": {
"source_files": "PeakCoreData/Platforms/iOS/**/*.{h,m,swift}"
},
"tvos": {
"source_files": "PeakCoreData/Platforms/iOS/**/*.{h,m,swift}"
},
"osx": {
"source_files": "PeakCoreData/Platforms/macOS/**/*.{h,m,swift}"
},
"swift_version": "5.0"
}