blob: dffd418ff22cb4898899dbf7f9e574348053cf38 [file] [log] [blame]
{
"name": "IBDesignable",
"version": "0.1.4",
"summary": "Simple Interface attributes on standard Cocoa views.",
"description": " A set of *Objective-C categories* that implement simple attributes on standard Cocoa views.\n\n NOTE: you should use the `use_frameworks!` command in your Podfile.\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.4"
},
"social_media_url": "https://twitter.com/rjstelling",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"IBDesignable": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}