blob: a711a8d76de08900a339302447a3892c5e29462c [file] [log] [blame]
{
"name": "PeakOperation",
"version": "2.2.1",
"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": "2.2.1"
},
"source_files": [
"PeakOperation",
"PeakOperation/Core/**/*.{h,m,swift}"
],
"dependencies": {
"PeakResult": [
]
},
"swift_version": "4.2",
"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}"
}
}