1{ 2 "name": "ABI49_0_0EXJSONUtils", 3 "version": "0.7.1", 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 "DEFINES_MODULE": "YES", 20 "SWIFT_COMPILATION_MODE": "wholemodule" 21 }, 22 "source_files": "EXJSONUtils/**/*.{h,m,swift}", 23 "testspecs": [ 24 { 25 "name": "Tests", 26 "test_type": "unit", 27 "source_files": "Tests/*.{h,m,swift}" 28 } 29 ] 30} 31