[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 5 / 6 / CenterTextLayer / 0.0.1 / CenterTextLayer.podspec.json
bloba949142c5f5ab5702c4566c42f4a98dee0989835
2   "name": "CenterTextLayer",
3   "version": "0.0.1",
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",
7   "license": "MIT",
8   "authors": {
9     "cemolcay": "ccemolcay@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/cemolcay",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/cemolcay/CenterTextLayer.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "Source/*.swift",
22   "requires_arc": true,
23   "pushed_with_swift_version": "3.0"