blob: 55bd14080811bac0586e11ffcf4cf4f53e37d702 [file] [log] [blame]
{
"name": "MetricPrefixNumberFormatter",
"version": "1.0.0",
"summary": "NSNumberFormatter subclass designed to format large and small numbers using the metric prefixes.",
"homepage": "https://github.com/RenGate/MetricPrefixNumberFormatter",
"license": "MIT",
"authors": {
"Rostyslav Dovhaliuk": "rdovhaliuk@gmail.com"
},
"social_media_url": "https://twitter.com/rostyslav_d",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/RenGate/MetricPrefixNumberFormatter.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{swift}",
"swift_version": "4.2",
"ios": {
"frameworks": "Foundation"
}
}