blob: 8f9bb62f6228420ea229103af3a20ae1e031cf19 [file] [log] [blame]
{
"name": "DSInsetLabel",
"version": "0.1.0",
"summary": "Simple UILabel subclass to use padding insets and max width",
"description": " * The DSInsetLabel will let you set **padding insets** and **resize** the label while respecting the insets.\n * You also have the option of setting a **max width** on the label that will also respect the insets.\n",
"homepage": "https://github.com/thbaja/DSInsetLabel",
"license": "MIT",
"authors": {
"Thomas Baastrup Jacobsen": "thbaja@drysingleton.com"
},
"source": {
"git": "https://github.com/thbaja/DSInsetLabel.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/thomasbjacobsen",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DSInsetLabel": [
"Pod/Assets/*.png"
]
}
}