blob: 3c047c20f5564132d0bc6c8dbf8805f5fa720fd1 [file] [log] [blame]
{
"name": "PeakOperation",
"version": "3.2.0",
"summary": "A collection of Operation subclasses and extensions.",
"homepage": "https://github.com/3squared/PeakOperation",
"license": {
"type": "Custom",
"file": "LICENSE.md"
},
"authors": {
"Sam Oakley": "sam.oakley@3squared.com"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.13"
},
"source": {
"git": "https://github.com/3squared/PeakOperation.git",
"tag": "3.2.0"
},
"source_files": [
"PeakOperation",
"PeakOperation/Core/**/*.{h,m,swift}"
],
"swift_version": "5.0",
"ios": {
"source_files": "PeakOperation/Platforms/iOS/**/*.{h,m,swift}"
},
"tvos": {
"source_files": "PeakOperation/Platforms/iOS/**/*.{h,m,swift}"
},
"osx": {
"source_files": "PeakOperation/Platforms/macOS/**/*.{h,m,swift}"
}
}