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