blob: 842d0227fb2f9ba79b2815b5c9d0fe8011ee4fd1 [file] [log] [blame]
{
"name": "YSDrawables",
"version": "0.2.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.2.1"
},
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Pod/{Classes,Categories}/**/*",
"resource_bundles": {
"YSDrawables": [
"Pod/Assets/*.png"
]
}
}