blob: 49b34f6486440b8999a8785937aef6a590b6283f [file] [log] [blame]
{
"name": "JALFixedWidthLabel",
"version": "0.1.0",
"summary": "Provides `JALFixedWidthLabel` which shows text at a fixed width by showing only a configurable number of characters per row.",
"description": " Provides a `JALFixedWithLabel`, which shows text at\n a fixed width by showing only a configurable number of\n characters per row.\n",
"homepage": "https://github.com/jamiely/ios-fixed-width-label",
"screenshots": [
"http://jamiely.github.io/ios-fixed-width-label/screenshots/iphone4.png",
"http://jamiely.github.io/ios-fixed-width-label/screenshots/iphone5.png",
"http://jamiely.github.io/ios-fixed-width-label/screenshots/ipad.png"
],
"license": "MIT",
"authors": {
"Jamie Ly": "jamie.ly@gmail.com"
},
"source": {
"git": "https://github.com/jamiely/ios-fixed-width-label.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/jamiely",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"JALFixedWidthLabel": [
"Pod/Assets/*.png"
]
}
}