[Add] DocumentReaderMRZBarcodeStage 7.5.10793
[CocoaPods.git] / Specs / 0 / b / 5 / SpacingLabel / 0.0.1 / SpacingLabel.podspec.json
blob2084aebf91303b896c39c7b0b3911ca9cb14c61f
2   "name": "SpacingLabel",
3   "version": "0.0.1",
4   "summary": "Subclass of UILabel enabling better compliance with graphic charts in terms of space between text and other elements",
5   "description": "                   The SpacingLabel simply retrieve the font of the first line of text and the font of the last line of text to remove extra space on top of the first font cap height and the last font descender.\n",
6   "homepage": "https://github.com/cyrilchandelier/SpacingLabel",
7   "screenshots": "https://raw.githubusercontent.com/cyrilchandelier/SpacingLabel/master/Assets/with_spacing_label.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Cyril Chandelier": "cyril.chandelier@gmail.com"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/cyrilchandelier/SpacingLabel.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "*.{h,m}",
23   "requires_arc": true