blob: 0286e37b4a98f8ed9cc3693d72ade5c0d185f7e9 [file] [log] [blame]
{
"name": "DRFormattedLabel",
"version": "1.0.0",
"summary": "A UILabel that displays a given value in a given format string.",
"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",
"homepage": "https://github.com/danramteke/DRFormattedLabel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel R": "danramteke@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/danramteke/DRFormattedLabel.git",
"tag": "v1.0.0"
},
"source_files": [
"DRFormattedLabel",
"DRFormattedLabel/**/*.{h,m}"
],
"public_header_files": "DRFormattedLabel/**/*.h",
"requires_arc": true
}