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