1{
2  "name": "ABI47_0_0ExpoModulesCore",
3  "version": "0.13.0",
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": "ABI47_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)/Headers/Private/React-bridging/react/bridging\" \"$(PODS_CONFIGURATION_BUILD_DIR)/React-bridging/react_bridging.framework/Headers\"",
24    "OTHER_SWIFT_FLAGS": "$(inherited) "
25  },
26  "user_target_xcconfig": {
27    "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\""
28  },
29  "dependencies": {
30    "ABI47_0_0React-Core": [],
31    "ABI47_0_0ReactCommon/turbomodule/core": []
32  },
33  "source_files": [
34    "ios/**/*.{h,m,mm,swift,cpp}",
35    "common/cpp/**/*.{h,cpp}"
36  ],
37  "exclude_files": [
38    "ios/Tests/",
39    "ios/Fabric/",
40    "common/cpp/fabric/"
41  ],
42  "private_header_files": [
43    "ios/**/*+Private.h",
44    "ios/**/Swift.h"
45  ],
46  "testspecs": [
47    {
48      "name": "Tests",
49      "test_type": "unit",
50      "dependencies": {
51        "ExpoModulesTestCore": []
52      },
53      "source_files": "ios/Tests/**/*.{m,swift}"
54    }
55  ],
56  "swift_version": "5.4"
57}
58