[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 9 / 6 / CoreTextCustomLabel / 0.1.0 / CoreTextCustomLabel.podspec.json
blobfcbc10b1c4e21030ac866f017d519aacae393da6
2   "name": "CoreTextCustomLabel",
3   "version": "0.1.0",
4   "summary": "An iOS library that lets you get started rendering basic Core Text in your apps.",
5   "description": "An iOS library that lets you get started rendering basic Core Text in your apps. It's essentially a subclass of UILabel that allows you to set kerning, line height, & multiple fonts.\n",
6   "homepage": "https://github.com/rhaining/Core-Text-Label",
7   "license": "Apache License, Version 2.0",
8   "authors": "Robert Haining",
9   "social_media_url": "http://twitter.com/tolar",
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "git@github.com:rhaining/Core-Text-Label.git",
15     "tag": "0.1.0"
16   },
17   "source_files": [
18     "src",
19     "src/**/*.{h,m}"
20   ],
21   "frameworks": [
22     "CoreText",
23     "UIKit",
24     "Foundation",
25     "CoreGraphics"
26   ],
27   "requires_arc": true