blob: 9db0a760ff9ecc4fbd80a045aa1cfb3dbd72af1d [file] [log] [blame]
{
"name": "PeakOperation",
"version": "4.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",
"David Yates": "david.yates@3squared.com"
},
"platforms": {
"ios": "11.0",
"tvos": "11.0",
"osx": "10.13"
},
"source": {
"git": "https://github.com/3squared/PeakOperation.git",
"tag": "4.2.0"
},
"source_files": [
"PeakOperation",
"PeakOperation/Core/**/*.{h,m,swift}"
],
"swift_versions": "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}"
},
"swift_version": "5.0"
}