[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 4 / c / DEVJACAutoBalancedLabel / 0.1 / DEVJACAutoBalancedLabel.podspec.json
blob0d1a39ec9b86853863cef663901775762ed00ad8
2   "name": "DEVJACAutoBalancedLabel",
3   "version": "0.1",
4   "summary": "UILabel subclass that balance centered multiline text so all the lines have similar lenght.",
5   "description": "Dead simple Objective-C UILabel subclass that balance text horizontally across several lines so all the lines have similar length and you don't end with a screen wide UILabel where the last line has only 1 word",
6   "homepage": "https://github.com/Julioacarrettoni/DEVJACAutoBalancedLabel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Julio Andres": "julioacarrettoni+pod@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Julioacarrettoni/DEVJACAutoBalancedLabel.git",
16     "tag": "0.1"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "DEVJACAutoBalancedLabel/*"