[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 0 / 7 / DRFormattedLabel / 1.0.0 / DRFormattedLabel.podspec.json
blob0286e37b4a98f8ed9cc3693d72ade5c0d185f7e9
2   "name": "DRFormattedLabel",
3   "version": "1.0.0",
4   "summary": "A UILabel that displays a given value in a given format string.",
5   "description": "                    A UILabel that displays a given value in a given format string.\n                    Useful for displaying numbers on a screen with a constant title\n",
6   "homepage": "https://github.com/danramteke/DRFormattedLabel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniel R": "danramteke@gmail.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/danramteke/DRFormattedLabel.git",
19     "tag": "v1.0.0"
20   },
21   "source_files": [
22     "DRFormattedLabel",
23     "DRFormattedLabel/**/*.{h,m}"
24   ],
25   "public_header_files": "DRFormattedLabel/**/*.h",
26   "requires_arc": true