blob: da5cbd065dd4f589758cc10ec07395674238fbbe [file] [log] [blame]
{
"name": "IBDesignable",
"version": "0.1.2",
"summary": "Simple Interface attributes on standard Cocoa views.",
"description": " A set of *Objective-C categories* that implement simple attributes on standard Cocoa views.\n",
"homepage": "https://github.com/rjstelling/IBDesignable",
"license": "MIT",
"authors": {
"Richard Stelling": "richard@empiricalmagic.com"
},
"source": {
"git": "https://github.com/rjstelling/IBDesignable.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/rjstelling",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"IBDesignable": [
"Pod/Assets/*.png"
]
}
}