blob: 844487f3584f0ea7481a45ce62e1ee3e17d5872b [file] [log] [blame]
{
"name": "IPInsetLabel",
"version": "1.2.0",
"summary": "A simple UILabel subclass that adds padding insets, auto-height-resizing, and vertical alignment.",
"description": " IPInsetLabel is a simple UILabel subclass that adds padding insets, auto-height-resizing,\n and vertical alignment. Originally a gist, now packaged into a Cocoapod to stay\n updated.\n",
"homepage": "https://github.com/doublerebel/IPInsetLabel",
"license": "Public Domain",
"authors": {
"Charles Phillips": "charles@doublerebel.com"
},
"source": {
"git": "https://github.com/doublerebel/IPInsetLabel.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/doublerebel",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"IPInsetLabel": [
"Pod/Assets/*.png"
]
}
}