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