[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 4 / 6 / icu4c-iosx / 68 / icu4c-iosx.podspec.json
blobd2bb5f5406c0cb3cb679d38440ed973448d3133a
2   "name": "icu4c-iosx",
3   "version": "68",
4   "summary": "ICU libraries",
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-62852a93",
11   "platforms": {
12     "ios": "12.0",
13     "osx": "11.0"
14   },
15   "osx": {
16     "pod_target_xcconfig": {
17       "VALID_ARCHS": "macos-x86_64 macos-arm64"
18     }
19   },
20   "ios": {
21     "pod_target_xcconfig": {
22       "VALID_ARCHS": "ios-arm64 ios-x86_64-simulator ios-arm64-simulator"
23     }
24   },
25   "static_framework": true,
26   "prepare_command": "sh scripts/build.sh",
27   "source": {
28     "git": "https://github.com/apotocki/icu4c-iosx.git",
29     "branch": "68",
30     "submodules": "true"
31   },
32   "source_files": "product/include/**/*.{h}",
33   "header_mappings_dir": "product/include",
34   "public_header_files": "product/include/**/*.{h}",
35   "vendored_frameworks": [
36     "product/frameworks/icudata.xcframework",
37     "product/frameworks/icui18n.xcframework",
38     "product/frameworks/icuio.xcframework",
39     "product/frameworks/icuuc.xcframework"
40   ],
41   "preserve_paths": [
42     "product/include/**/*.{h}",
43     "product/frameworks/**/*"
44   ]