1fe5cfb17STomasz Sapeta{ 2fe5cfb17STomasz Sapeta "name": "ABI48_0_0EXJSONUtils", 3*d9b937f3SKudo Chien "version": "0.5.1", 4fe5cfb17STomasz Sapeta "summary": "Utilities for reading NSDictionaries (iOS) and JSONObjects (Android).", 5fe5cfb17STomasz Sapeta "description": "Utilities for reading NSDictionaries (iOS) and JSONObjects (Android).", 6fe5cfb17STomasz Sapeta "license": "MIT", 7fe5cfb17STomasz Sapeta "authors": "650 Industries, Inc.", 8fe5cfb17STomasz Sapeta "homepage": "https://docs.expo.dev/versions/latest/sdk/module-template", 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 "GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS": "YES", 18fe5cfb17STomasz Sapeta "GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS": "YES" 19fe5cfb17STomasz Sapeta }, 20fe5cfb17STomasz Sapeta "source_files": "EXJSONUtils/**/*.{h,m}", 21fe5cfb17STomasz Sapeta "testspecs": [ 22fe5cfb17STomasz Sapeta { 23fe5cfb17STomasz Sapeta "name": "Tests", 24fe5cfb17STomasz Sapeta "test_type": "unit", 25fe5cfb17STomasz Sapeta "source_files": "Tests/*.{h,m,swift}" 26fe5cfb17STomasz Sapeta } 27fe5cfb17STomasz Sapeta ] 28fe5cfb17STomasz Sapeta} 29