[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 4 / 6 / icu4c-iosx / 71.1.5 / icu4c-iosx.podspec.json
blob1fd820ad99f260cd1dfa402b61951470b48b6239
2   "name": "icu4c-iosx",
3   "version": "71.1.5",
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",
11   "platforms": {
12     "ios": "13.4",
13     "osx": "11.0"
14   },
15   "osx": {
16     "pod_target_xcconfig": {
17       "ONLY_ACTIVE_ARCH": "YES"
18     }
19   },
20   "ios": {
21     "pod_target_xcconfig": {
22       "ONLY_ACTIVE_ARCH": "YES"
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     "tag": "71.1.5",
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   ]