[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 5 / 6 / CenterTextLayer / 0.0.2 / CenterTextLayer.podspec.json
blob92ac7246232983e5d0b4e47755e3ff0664969685
2   "name": "CenterTextLayer",
3   "version": "0.0.2",
4   "summary": "Universal CATextLayer subclass that centers its text vertically.",
5   "swift_version": "4.2",
6   "description": "CenterTextLayer\n===\n\nUniversal CATextLayer subclass that centers its text vertically.\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```",
7   "homepage": "https://github.com/cemolcay/CenterTextLayer",
8   "license": "MIT",
9   "authors": {
10     "cemolcay": "ccemolcay@gmail.com"
11   },
12   "social_media_url": "http://twitter.com/cemolcay",
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.9",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/cemolcay/CenterTextLayer.git",
20     "tag": "0.0.2"
21   },
22   "source_files": "Source/*.swift",
23   "requires_arc": true