| { |
| "name": "KBTemplateImage", |
| "version": "1.0.0", |
| "summary": "KBTemplateImage is the only solution for tinting images when UIImageRenderingModeAlwaysTemplate is not accessible.", |
| "description": " KBTemplateImage uses alpha channel of one image, to generate many color tinted images. Use it when you can not use UIImageRenderingModeAlwaysTemplate.\n", |
| "homepage": "https://github.com/kam800/KBTemplateImage", |
| "screenshots": [ |
| "https://raw.githubusercontent.com/kam800/KBTemplateImage/master/Screens/clouds.png", |
| "https://raw.githubusercontent.com/kam800/KBTemplateImage/master/Screens/demo_live.gif" |
| ], |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Kamil Borzym": "kamil.borzym@gmail.com" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/kam800/KBTemplateImage.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Classes/*.{h,m}", |
| "frameworks": "CoreGraphics", |
| "requires_arc": true |
| } |