1{
2  "name": "ABI48_0_0EXJSONUtils",
3  "version": "0.5.0",
4  "summary": "Utilities for reading NSDictionaries (iOS) and JSONObjects (Android).",
5  "description": "Utilities for reading NSDictionaries (iOS) and JSONObjects (Android).",
6  "license": "MIT",
7  "authors": "650 Industries, Inc.",
8  "homepage": "https://docs.expo.dev/versions/latest/sdk/module-template",
9  "platforms": {
10    "ios": "13.0"
11  },
12  "source": {
13    "git": "https://github.com/expo/expo.git"
14  },
15  "static_framework": true,
16  "pod_target_xcconfig": {
17    "GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS": "YES",
18    "GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS": "YES"
19  },
20  "source_files": "EXJSONUtils/**/*.{h,m}",
21  "testspecs": [
22    {
23      "name": "Tests",
24      "test_type": "unit",
25      "source_files": "Tests/*.{h,m,swift}"
26    }
27  ]
28}
29