2 "name": "CenterTextLayer",
4 "summary": "Universal CATextLayer subclass that centers its text.",
5 "description": "CenterTextLayer\n===\n\nUniversal CATextLayer subclass that centers its text.\n\nRequierments\n----\n\n* Swift 3.0+\n* iOS 8.0+\n* tvOS 9.0+\n* macOS 10.9+\n\nInstall\n----\n\n```\nuse_frameworks!\npod 'CenterTextLayer'\n```\n\nUsage\n----\n\nIt's just a regular `CATextLayer` subclass that center its text.\nUse it like any `CATextLayer`\n\n```\nlet textLayer = CenterTextLayer()\ntextLayer.frame = bounds\ntextLayer.string = \"Center Text!\"\n```",
6 "homepage": "https://github.com/cemolcay/CenterTextLayer",
9 "cemolcay": "ccemolcay@gmail.com"
11 "social_media_url": "http://twitter.com/cemolcay",
18 "git": "https://github.com/cemolcay/CenterTextLayer.git",
21 "source_files": "Source/*.swift",
23 "pushed_with_swift_version": "3.0"