1{ 2 "name": "ABI48_0_0EXManifests", 3 "version": "0.5.2", 4 "summary": "Code to parse and use Expo and Expo Updates manifests.", 5 "description": "Code to parse and use Expo and Expo Updates manifests.", 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 "dependencies": { 17 "ABI48_0_0EXJSONUtils": [] 18 }, 19 "pod_target_xcconfig": { 20 "DEFINES_MODULE": "YES" 21 }, 22 "source_files": "EXManifests/**/*.{h,m}", 23 "testspecs": [ 24 { 25 "name": "Tests", 26 "test_type": "unit", 27 "source_files": "Tests/*.{h,m,swift}" 28 } 29 ] 30} 31