[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / b / 4 / 6 / icu4c-iosx / 75.1.0 / icu4c-iosx.podspec.json
blob2d3f2d8ae79a0cf16cd3e6d977b387b36b2acb96
2   "name": "icu4c-iosx",
3   "version": "75.1.0",
4   "summary": "ICU XCFramework for macOS, iOS, and visionOS, including both arm64 and x86_64 builds for macOS, Mac Catalyst, iOS Simulator, and visionOS Simulator.",
5   "homepage": "https://github.com/apotocki/icu4c-iosx",
6   "license": "BSD",
7   "authors": {
8     "Alexander Pototskiy": "alex.a.potocki@gmail.com"
9   },
10   "social_media_url": "https://www.linkedin.com/in/alexander-pototskiy",
11   "platforms": {
12     "ios": "13.4",
13     "osx": "11.0",
14     "visionos": "1.0"
15   },
16   "osx": {
17     "pod_target_xcconfig": {
18       "ONLY_ACTIVE_ARCH": "YES"
19     }
20   },
21   "ios": {
22     "pod_target_xcconfig": {
23       "ONLY_ACTIVE_ARCH": "YES"
24     }
25   },
26   "visionos": {
27     "pod_target_xcconfig": {
28       "ONLY_ACTIVE_ARCH": "YES"
29     }
30   },
31   "static_framework": true,
32   "prepare_command": "sh scripts/build.sh",
33   "source": {
34     "git": "https://github.com/apotocki/icu4c-iosx.git",
35     "tag": "75.1.0",
36     "submodules": "true"
37   },
38   "source_files": "product/include/**/*.{h}",
39   "header_mappings_dir": "product/include",
40   "public_header_files": "product/include/**/*.{h}",
41   "vendored_frameworks": [
42     "product/frameworks/icudata.xcframework",
43     "product/frameworks/icui18n.xcframework",
44     "product/frameworks/icuio.xcframework",
45     "product/frameworks/icuuc.xcframework"
46   ]