[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 9 / 7 / MetricPrefixNumberFormatter / 1.1.0 / MetricPrefixNumberFormatter.podspec.json
blob0c65bd48cb7dde746a9c46aedb9508ccabf7fb97
2   "name": "MetricPrefixNumberFormatter",
3   "version": "1.1.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.1.0"
17   },
18   "source_files": "Source/*.{swift}",
19   "swift_version": "5.0",
20   "ios": {
21     "frameworks": "Foundation"
22   }