blob: 168d2582c90568b792eaf6a53cd21cae805f0fc2 [file] [log] [blame]
{
"name": "IBDesignable",
"version": "0.1.6",
"summary": "Simple Interface attributes on standard Cocoa views.",
"description": "A set of *Objective-C categories* that implement simple attributes on standard Cocoa views.\n\nBy using Objective-C and Cocoa magic, all IBDesignable properties show up in Interface Builder.\n\n NOTE: you should use the `use_frameworks!` command in your Podfile.",
"homepage": "https://github.com/rjstelling/IBDesignable",
"screenshots": [
"http://raw.githubusercontent.com/rjstelling/ibdesignable/assets/Screen%20Shots/simulator.png",
"http://raw.githubusercontent.com/rjstelling/ibdesignable/assets/Screen%20Shots/xcode.png"
],
"license": "MIT",
"authors": {
"Richard Stelling": "richard@empiricalmagic.com"
},
"source": {
"git": "https://github.com/rjstelling/IBDesignable.git",
"tag": "0.1.6"
},
"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"
}