blob: a14d6db7913d6c81398e054f984a0bef683ef822 [file] [log] [blame]
{
"name": "NSStringGlyphs",
"version": "0.1",
"summary": "Category on NSString to return a UIBezierPath of the string in a font of your choice, using Core Text",
"description": "Category on NSString to return a UIBezierPath of the string in a font of your choice, using Core Text",
"homepage": "https://github.com/cemolcay/NSString-Glyphs",
"license": "MIT",
"authors": {
"Richard Turton": "jrturton@gmail.com"
},
"platforms": {
"ios": null,
"tvos": "9.0"
},
"source": {
"git": "https://github.com/cemolcay/NSString-Glyphs",
"tag": "v0.1"
},
"source_files": "*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}