blob: 71f98b9f5ca98cc19f804c8637e5e6eb629721f4 [file] [log] [blame]
{
"name": "PeakResult",
"version": "2.2.1",
"summary": "An enum that contains a result.",
"homepage": "https://github.com/3squared/PeakResult",
"license": {
"type": "Custom",
"file": "LICENSE.md"
},
"authors": {
"Sam Oakley": "sam.oakley@3squared.com"
},
"source": {
"git": "https://github.com/3squared/PeakResult.git",
"tag": "2.2.1"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.13"
},
"source_files": [
"PeakResult",
"PeakResult/Core/**/*.{h,m,swift}"
],
"ios": {
"source_files": "PeakResult/Platforms/iOS/**/*.{h,m,swift}"
},
"tvos": {
"source_files": "PeakResult/Platforms/iOS/**/*.{h,m,swift}"
},
"osx": {
"source_files": "PeakResult/Platforms/macOS/**/*.{h,m,swift}"
}
}