blob: 5f7ed846b9dcad45c5457583cad19cd4cca57ca5 [file] [log] [blame]
{
"name": "RIRImageResizing",
"version": "0.1.1",
"summary": "A library with tools to resize an image.",
"description": "A library with tools to resize an image.\nResizing methods offer:\n1) newSize\n2) resizeMode",
"homepage": "https://github.com/Resplendent/RIRImageResizing",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benjamin Maer": "ben@resplendent.co"
},
"source": {
"git": "https://github.com/Resplendent/RIRImageResizing.git",
"tag": "v0.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "RIRImageResizing/Classes/**/*",
"dependencies": {
"ResplendentUtilities": [
"~> 0.5.0"
]
}
}