blob: 7c7cd05c8c383e3261a2afa0cfb10679f2d89710 [file] [log] [blame]
{
"name": "BIZColorOverlay",
"version": "1.0.0",
"summary": "BIZColorOverlay is a Category that adds capabilities of changing color to UIImage.",
"homepage": "https://github.com/bizibizi/BIZColorOverlay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Bizi": "igorbizi@mail.ru"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bizibizi/BIZColorOverlay.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}