[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / 4 / 9 / 7 / MetricPrefixNumberFormatter / 1.0.0 / MetricPrefixNumberFormatter.podspec.json
blob55bd14080811bac0586e11ffcf4cf4f53e37d702
2   "name": "MetricPrefixNumberFormatter",
3   "version": "1.0.0",
4   "summary": "NSNumberFormatter subclass designed to format large and small numbers using the metric prefixes.",
5   "homepage": "https://github.com/RenGate/MetricPrefixNumberFormatter",
6   "license": "MIT",
7   "authors": {
8     "Rostyslav Dovhaliuk": "rdovhaliuk@gmail.com"
9   },
10   "social_media_url": "https://twitter.com/rostyslav_d",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/RenGate/MetricPrefixNumberFormatter.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Source/*.{swift}",
19   "swift_version": "4.2",
20   "ios": {
21     "frameworks": "Foundation"
22   }