1fe5cfb17STomasz Sapeta{ 2fe5cfb17STomasz Sapeta "name": "ABI48_0_0EXStructuredHeaders", 3*d9b937f3SKudo Chien "version": "3.1.1", 4fe5cfb17STomasz Sapeta "summary": "Expo module implementation of a parser based on https://httpwg.org/specs/rfc8941.html", 5fe5cfb17STomasz Sapeta "description": "Expo module implementation of a parser based on https://httpwg.org/specs/rfc8941.html", 6fe5cfb17STomasz Sapeta "license": "MIT", 7fe5cfb17STomasz Sapeta "authors": "650 Industries, Inc.", 8fe5cfb17STomasz Sapeta "homepage": "https://github.com/expo/expo/tree/main/packages/expo-structured-headers", 9fe5cfb17STomasz Sapeta "platforms": { 10fe5cfb17STomasz Sapeta "ios": "13.0" 11fe5cfb17STomasz Sapeta }, 12fe5cfb17STomasz Sapeta "source": { 13fe5cfb17STomasz Sapeta "git": "https://github.com/expo/expo.git" 14fe5cfb17STomasz Sapeta }, 15fe5cfb17STomasz Sapeta "static_framework": true, 16fe5cfb17STomasz Sapeta "pod_target_xcconfig": { 17fe5cfb17STomasz Sapeta "DEFINES_MODULE": "YES" 18fe5cfb17STomasz Sapeta }, 19fe5cfb17STomasz Sapeta "source_files": "EXStructuredHeaders/**/*.{h,m}", 20fe5cfb17STomasz Sapeta "testspecs": [ 21fe5cfb17STomasz Sapeta { 22fe5cfb17STomasz Sapeta "name": "Tests", 23fe5cfb17STomasz Sapeta "test_type": "unit", 24fe5cfb17STomasz Sapeta "source_files": "Tests/*.{h,m,swift}" 25fe5cfb17STomasz Sapeta } 26fe5cfb17STomasz Sapeta ] 27fe5cfb17STomasz Sapeta} 28