blob: b4fa858307f23193e7f019cd80f58de971fcd004 [file] [log] [blame]
{
"name": "YSDrawables",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"YSDrawables": [
"Pod/Assets/*.png"
]
}
}