blob: 7035de675d1033759f3b0bd609c2e45c1f7ee3b0 [file] [log] [blame]
{
"name": "BAColoredIconManager",
"version": "0.1.3",
"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.3"
},
"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"
]
}