1{
2  "name": "ABI49_0_0EASClient",
3  "version": "0.6.0",
4  "summary": "Stable client identifier for EAS services",
5  "description": "Stable client identifier for EAS services",
6  "license": "MIT",
7  "authors": "650 Industries, Inc.",
8  "homepage": "https://github.com/expo/expo/tree/main/packages/expo-eas-client",
9  "platforms": {
10    "ios": "13.0"
11  },
12  "swift_versions": "5.4",
13  "source": {
14    "git": ""
15  },
16  "static_framework": true,
17  "dependencies": {
18    "ABI49_0_0ExpoModulesCore": []
19  },
20  "pod_target_xcconfig": {
21    "GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS": "YES",
22    "GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS": "YES",
23    "DEFINES_MODULE": "YES",
24    "SWIFT_COMPILATION_MODE": "wholemodule"
25  },
26  "source_files": "EASClient/**/*.{h,m,swift}",
27  "testspecs": [
28    {
29      "name": "Tests",
30      "test_type": "unit",
31      "dependencies": {
32        "ExpoModulesTestCore": []
33      },
34      "source_files": "Tests/*.{h,m,swift}"
35    }
36  ],
37  "swift_version": "5.4"
38}
39