1{
2  "name": "ABI47_0_0EXStructuredHeaders",
3  "version": "3.0.0",
4  "summary": "Expo module implementation of a parser based on https://httpwg.org/specs/rfc8941.html",
5  "description": "Expo module implementation of a parser based on https://httpwg.org/specs/rfc8941.html",
6  "license": "MIT",
7  "authors": "650 Industries, Inc.",
8  "homepage": "https://github.com/expo/expo/tree/main/packages/expo-structured-headers",
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    "DEFINES_MODULE": "YES"
18  },
19  "source_files": "EXStructuredHeaders/**/*.{h,m}",
20  "testspecs": [
21    {
22      "name": "Tests",
23      "test_type": "unit",
24      "source_files": "Tests/*.{h,m,swift}"
25    }
26  ]
27}
28