Latest | 0.1.0 |
---|---|
Homepage | https://github.com/jamiely/ios-fixed-width-label |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
ios-fixed-width-label
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
JALFixedWidthLabel is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "JALFixedWidthLabel"
Author
Jamie Ly
License
JALFixedWidthLabel is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "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 atn a fixed width by showing only a configurable number ofn 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": "[email protected]" }, "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" ] } }
Tue, 01 Mar 2016 05:34:08 +0000