blob: bca4459ee9b9b9d432ebcc1865c1512801cf804c [file] [log] [blame]
{
"name": "WolfImage",
"version": "3.0.1",
"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": "3.0.1"
},
"source_files": "WolfImage/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfImage",
"dependencies": {
"WolfFoundation": [
],
"WolfColor": [
],
"WolfGeometry": [
],
"WolfPipe": [
],
"WolfNumerics": [
],
"WolfOSBridge": [
]
}
}