[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 8 / 3 / KBTemplateImage / 1.0.0 / KBTemplateImage.podspec.json
blob90d9856a574aa51e187fa38be95f90607651bee4
2   "name": "KBTemplateImage",
3   "version": "1.0.0",
4   "summary": "KBTemplateImage is the only solution for tinting images when UIImageRenderingModeAlwaysTemplate is not accessible.",
5   "description": "                   KBTemplateImage uses alpha channel of one image, to generate many color tinted images. Use it when you can not use UIImageRenderingModeAlwaysTemplate.\n",
6   "homepage": "https://github.com/kam800/KBTemplateImage",
7   "screenshots": [
8     "https://raw.githubusercontent.com/kam800/KBTemplateImage/master/Screens/clouds.png",
9     "https://raw.githubusercontent.com/kam800/KBTemplateImage/master/Screens/demo_live.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Kamil Borzym": "kamil.borzym@gmail.com"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source": {
22     "git": "https://github.com/kam800/KBTemplateImage.git",
23     "tag": "1.0.0"
24   },
25   "source_files": "Classes/*.{h,m}",
26   "frameworks": "CoreGraphics",
27   "requires_arc": true