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