blob: e52a7c0aca100cd12e500b7c5fe32c79d08bf6de [file] [log] [blame]
{
"name": "IBDesignable",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/rjstelling",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"IBDesignable": [
"Pod/Assets/*.png"
]
}
}