blob: 3881982924ca8ae8a44cd12615a875de670fe235 [file] [log] [blame]
{
"name": "StringToPath",
"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/StringToPath",
"license": "MIT",
"authors": {
"cemolcay": "ccemolcay@gmail.com"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/cemolcay/StringToPath.git",
"tag": "v0.1"
},
"source_files": "StringToPath",
"requires_arc": true,
"dependencies": {
"NSStringGlyphs": [
]
}
}