blob: 33605da4240e261e40e78fc335028e8156ac2c8e [file] [log] [blame]
{
"name": "WolfImage",
"version": "4.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": "4.0.1"
},
"source_files": "WolfImage/Classes/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfImage",
"dependencies": {
"WolfCore": [
],
"WolfColor": [
],
"WolfGeometry": [
]
}
}