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