[Add] PlayerUI 0.10.1
[CocoaPods.git] / Specs / b / f / 6 / MTLabel / 0.0.1 / MTLabel.podspec.json
blob526d59dcc012eb5cf3ae797f650220c992dc82b5
2   "name": "MTLabel",
3   "version": "0.0.1",
4   "summary": "A lightweight replacement for Apple's UILabel.",
5   "description": "\t\t    By default, UIKit's UILabel provides many limitations, such as unable to customize line height attribute. This is a simple sublass of UIView which uses CoreText framework to draw text. It's still a work in progress so use it at your own risk.\n",
6   "homepage": "http://tuszy.github.com",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "README.markdown"
10   },
11   "authors": {
12     "Michal Tuszynski": "srgtuszy@gmail.com",
13     "Martin Hwasser": "martin@readmill.com"
14   },
15   "source": {
16     "git": "https://github.com/Tuszy/MTLabel.git",
17     "commit": "637d9f7742f417a124a05aa12311b1437b5a1446"
18   },
19   "platforms": {
20     "ios": "4.0"
21   },
22   "source_files": [
23     "MTLabel/MTLabel.h",
24     "MTLabel/MTLabel.m"
25   ],
26   "frameworks": "CoreText",
27   "requires_arc": false