blob: 57cb76fe0dd7a308223bef838ee41c5d77dbc389 [file] [log] [blame]
{
"name": "PGLFormatter",
"version": "1.0",
"summary": "Simple container of NSFormatter and useful functions to format numbers and dates.",
"description": "\t\t\t\t\t# PGLFormatter\n\t\t\t\t\tPGLFormatter is a simple container of NSFormatter and useful functions \n\t\t\t\t\t##Reason\n\t\t\t\t\tFormatters are extremely expensive to create so it's very important to reuse the formatter as much as you can. \n\t\t\t\t\t\n\t\t\t\t\tIf you use the same formatter in the entire project you can set in a single point (e.g. AppDelegate) and then forget about the NSFormatter and simple use the function that PGLFormatter offers, for format() to format Double Float Int (see the example), otherwise you should remember to set the behavior every time\n\n",
"homepage": "https://github.com/PGLongo/PGLFormatter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "PGLongo",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/PGLongo/PGLFormatter.git",
"tag": "1.0"
},
"source_files": "PGLFormatter/*.swift"
}