blob: d12ab4a5fa6cb842fedde659752d127f62eb553d [file] [log] [blame]
{
"name": "YETICharacterLabel",
"version": "1.0.0",
"authors": {
"Andrew Hulsizer": "andrew.hulsizer@gmail.com"
},
"homepage": "https://github.com/android1989/YetiCharacterLabelExample",
"summary": "UILabel subclass that renders each glyph on its own CATextLayer, allowing for advanced text effects.",
"source": {
"git": "https://github.com/android1989/YetiCharacterLabelExample.git",
"tag": "v1.0.0"
},
"source_files": "YETICharacterLabel/*/*.{h,m}",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreText",
"QuartzCore"
],
"social_media_url": "https://twitter.com/swiftyeti"
}