blob: 79c73def8bf6467182112a14228dd5e1ab538a78 [file] [log] [blame]
{
"name": "YSDrawables",
"version": "0.1.1",
"summary": "A project which includes a couple of classes which make it easier to create controls with tools such as PaintCode",
"description": "YSDrawables is an iOS component intended to be used for IBDesignables and IBInspectables along with tools such as PaintCode",
"homepage": "https://github.com/ayianni/YSDrawables",
"license": "MIT",
"authors": {
"Alexander Yianni": "alex.yianni@yianni-software.com"
},
"source": {
"git": "https://github.com/ayianni/YSDrawables.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"YSDrawables": [
"Pod/Assets/*.png"
]
}
}