blob: fcbc10b1c4e21030ac866f017d519aacae393da6 [file] [log] [blame]
{
"name": "CoreTextCustomLabel",
"version": "0.1.0",
"summary": "An iOS library that lets you get started rendering basic Core Text in your apps.",
"description": "An iOS library that lets you get started rendering basic Core Text in your apps. It's essentially a subclass of UILabel that allows you to set kerning, line height, & multiple fonts.\n",
"homepage": "https://github.com/rhaining/Core-Text-Label",
"license": "Apache License, Version 2.0",
"authors": "Robert Haining",
"social_media_url": "http://twitter.com/tolar",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "git@github.com:rhaining/Core-Text-Label.git",
"tag": "0.1.0"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"frameworks": [
"CoreText",
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}