blob: b92a49b4f3473ed9911ac294708074a171ec7af6 [file] [log] [blame]
{
"name": "WolfImage",
"version": "4.0.0",
"summary": "Tools for working with images in iOS and macOS.",
"homepage": "https://github.com/wolfmcnally/WolfImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfImage.git",
"tag": "4.0.0"
},
"source_files": "WolfImage/Classes/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfImage",
"dependencies": {
"WolfFoundation": [
],
"WolfColor": [
],
"WolfGeometry": [
],
"WolfPipe": [
],
"WolfNumerics": [
],
"WolfOSBridge": [
]
}
}