blob: cd71fdde8bbc176f0e914e1be0ab11f1ebb1a4a7 [file] [log] [blame]
{
"name": "UIImageDSP",
"version": "0.0.1",
"summary": "iOS UIImage processing functions using the Accelerate framework for speed",
"homepage": "https://github.com/ssoper/uiimage-dsp",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"gdawg": "support@mad-dog-software.com",
"Sean Soper": "sean.soper@gmail.com"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ssoper/uiimage-dsp.git",
"tag": "0.0.1"
},
"frameworks": "Accelerate",
"source_files": "UIImageDSP"
}