[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 0 / a / BCBalancedMultilineLabel / 0.1.0 / BCBalancedMultilineLabel.podspec.json
blobcafeb9dcc7e2bccb4ab2873714ea4eecdce03e3b
2   "name": "BCBalancedMultilineLabel",
3   "version": "0.1.0",
4   "summary": "A label which draws itself such that each of its lines have as close to the same length as possible.",
5   "description": "                       Have you ever placed a label in your view controller, gave it some nice copy to display, \n                       ran your app and then cringed because everything fit on one line except for one or two\n                       lone words? BCBalancedMultilineLabel will take care of adjusting the line breaks such\n                       that each line is as close to the same length as possible, making your text look beautiful.\n",
6   "homepage": "https://github.com/pivotal-brian-croom/BCBalancedMultilineLabel",
7   "screenshots": "https://github.com/pivotal-brian-croom/BCBalancedMultilineLabel/raw/master/Screenshots/Example-App.png",
8   "license": "MIT",
9   "authors": {
10     "Brian Croom": "brian.s.croom@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/pivotal-brian-croom/BCBalancedMultilineLabel.git",
14     "tag": "0.1.0"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "frameworks": "UIKit"