blob: 0bb855b06d6178a476ed93f609fff608b194d901 [file] [log] [blame]
{
"name": "PeakNetwork",
"version": "6.0.0",
"summary": "A collection of classes to aid performing network operations.",
"homepage": "https://github.com/3squared/PeakNetwork",
"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/PeakNetwork.git",
"tag": "6.0.0"
},
"source_files": [
"PeakNetwork",
"PeakNetwork/Core/**/*.{h,m,swift}"
],
"dependencies": {
"PeakOperation": [
]
},
"swift_version": "5.0",
"ios": {
"source_files": "PeakNetwork/Platforms/iOS/**/*.{h,m,swift}"
},
"tvos": {
"source_files": "PeakNetwork/Platforms/iOS/**/*.{h,m,swift}"
},
"osx": {
"source_files": "PeakNetwork/Platforms/macOS/**/*.{h,m,swift}"
}
}