blob: 622bba05461b7192ab41ce77f7eab2a311aa5d2d [file] [log] [blame]
{
"name": "StencilKit",
"version": "1.0",
"summary": "A drop-in API for replacing +imageNamed: for flat images to be colored on runtime, with cache support.",
"homepage": "https://github.com/dzenbot/StencilKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ignacio Romero Z.": "iromero@dzen.cl"
},
"source": {
"git": "https://github.com/dzenbot/StencilKit.git",
"tag": "v1.0"
},
"source_files": "Source/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"platforms": {
"ios": "7.0"
}
}