blob: 2d7ecefa20addd3f8f331d129392d9fd9f139685 [file] [log] [blame]
{
"name": "BAColoredIconManager",
"version": "0.1.4",
"summary": "BAColoredIconManager allows you to color black on transparent PNG icons in any color at runtime.",
"homepage": "https://github.com/Microns/BAColoredIconManager",
"license": "MIT",
"authors": {
"Marcus Fleischmann": "marcus@bitartists.com"
},
"source": {
"git": "https://github.com/Microns/BAColoredIconManager.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BAColoredIconManager": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}