blob: b0191c20f93757f640daa399d09034d70429a3b8 [file] [log] [blame]
{
"name": "AFImageHelper",
"version": "2.0.0",
"summary": "Image Extensions for Swift 2.0",
"description": "A collection of extensions for handling image creation from colors and gradients; Manipulating by cropping and scaling; Background fetching from the web with support for caching.",
"homepage": "https://github.com/melvitax/AFImageHelper",
"screenshots": "https://raw.githubusercontent.com/melvitax/AFImageHelper/master/Screenshot.png",
"license": "MIT",
"authors": {
"Melvin Rivera": "melvin@allforces.com"
},
"source": {
"git": "https://github.com/melvitax/AFImageHelper.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "AFImageHelper/**/*"
}