1{
2  "name": "ABI48_0_0ExpoModulesCore",
3  "version": "1.2.6",
4  "summary": "The core of Expo Modules architecture",
5  "description": "The core of Expo Modules architecture",
6  "license": "MIT",
7  "authors": "650 Industries, Inc.",
8  "homepage": "https://github.com/expo/expo/tree/main/packages/expo-modules-core",
9  "platforms": {
10    "ios": "13.0"
11  },
12  "swift_versions": "5.4",
13  "source": {
14    "git": "https://github.com/expo/expo.git"
15  },
16  "static_framework": true,
17  "header_dir": "ABI48_0_0ExpoModulesCore",
18  "pod_target_xcconfig": {
19    "USE_HEADERMAP": "YES",
20    "DEFINES_MODULE": "YES",
21    "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
22    "SWIFT_COMPILATION_MODE": "wholemodule",
23    "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/RCT-Folly\" \"${PODS_ROOT}/Headers/Public/ABI48_0_0React-hermes\" \"${PODS_ROOT}/Headers/Public/ABI48_0_0hermes-engine\" \"${PODS_ROOT}/Headers/Private/ABI48_0_0React-Core\" \"$(PODS_ROOT)/Headers/Private/React-bridging/react/bridging\" \"$(PODS_CONFIGURATION_BUILD_DIR)/React-bridging/react_bridging.framework/Headers\"",
24    "FRAMEWORK_SEARCH_PATHS": "\"${PODS_CONFIGURATION_BUILD_DIR}/React-hermes\"",
25    "OTHER_SWIFT_FLAGS": "$(inherited) "
26  },
27  "user_target_xcconfig": {
28    "HEADER_SEARCH_PATHS": "\"${PODS_CONFIGURATION_BUILD_DIR}/ExpoModulesCore/Swift Compatibility Header\" \"$(PODS_ROOT)/Headers/Private/React-bridging/react/bridging\" \"$(PODS_CONFIGURATION_BUILD_DIR)/React-bridging/react_bridging.framework/Headers\""
29  },
30  "dependencies": {
31    "ABI48_0_0React-Core": [],
32    "ABI48_0_0ReactCommon/turbomodule/core": [],
33    "ABI48_0_0React-RCTAppDelegate": []
34  },
35  "source_files": [
36    "ios/**/*.{h,m,mm,swift,cpp}",
37    "common/cpp/**/*.{h,cpp}"
38  ],
39  "exclude_files": [
40    "ios/Tests/",
41    "ios/Fabric/",
42    "common/cpp/fabric/"
43  ],
44  "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -DREACT_NATIVE_MINOR_VERSION=71",
45  "private_header_files": [
46    "ios/**/*+Private.h",
47    "ios/**/Swift.h"
48  ],
49  "testspecs": [
50    {
51      "name": "Tests",
52      "test_type": "unit",
53      "dependencies": {
54        "ExpoModulesTestCore": []
55      },
56      "source_files": "ios/Tests/**/*.{m,swift}"
57    }
58  ],
59  "swift_version": "5.4"
60}
61