[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / f / 6 / b / icu4c-numberformatter / 0.1.0 / icu4c-numberformatter.podspec.json
blobb48f22228e0a71c6b45311a9bc21c9c8656e372c
2   "name": "icu4c-numberformatter",
3   "version": "0.1.0",
4   "summary": "A pre-built set of ICU binaries",
5   "description": "A pre-built set of ICU binaries used to provide the functionality of short number formatters.",
6   "homepage": "https://github.com/kerrmarin/icu4c-numberformatter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kerrmarin": "kerr@kerrmarin.com"
13   },
14   "source": {
15     "git": "https://github.com/kerrmarin/icu4c-numberformatter.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "14.0"
20   },
21   "static_framework": true,
22   "source_files": "product/include/**/*.{h}",
23   "header_mappings_dir": "product/include",
24   "public_header_files": "product/include/**/*.{h}",
25   "vendored_frameworks": [
26     "product/frameworks/icudata.xcframework",
27     "product/frameworks/icui18n.xcframework",
28     "product/frameworks/icuio.xcframework",
29     "product/frameworks/icuuc.xcframework"
30   ]