[Add] TMNewsInformationSDK 1.2.70
[CocoaPods.git] / Specs / a / 4 / c / ClearTextLabel / 1.0.1 / ClearTextLabel.podspec.json
blobfa82db023e9a1d5cf4f1812cd39f5dc811933c7d
2   "name": "ClearTextLabel",
3   "version": "1.0.1",
4   "summary": "UILabel subclass that renders see through text using CoreText. textColor is clearColor.",
5   "description": "ClearTextLabel is a UILabel subclass that creates a label with see-through text.\n                    ClearTextLabel draws the text provided to it with transparency.\n\n                    * It uses CoreGraphics Context to draw the letters' CGPath.\n                    * Letters' CGPath, how ? Well what's CoreText there for ?",
6   "homepage": "https://github.com/taruntyagi697/ClearTextLabel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Tarun Tyagi": "taruntyagi697@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/taruntyagi697/ClearTextLabel.git",
19     "tag": "v1.0.1"
20   },
21   "source_files": "ClearTextLabel",
22   "frameworks": [
23     "CoreFoundation",
24     "CoreText",
25     "QuartzCore"
26   ],
27   "requires_arc": true