1{ 2 "name": "ABI49_0_0EXMediaLibrary", 3 "version": "15.4.1", 4 "summary": "Provides access to user's media library.", 5 "description": "Provides access to user's media library.", 6 "license": "MIT", 7 "authors": "650 Industries, Inc.", 8 "homepage": "https://docs.expo.dev/versions/latest/sdk/media-library/", 9 "platforms": { 10 "ios": "13.0" 11 }, 12 "source": { 13 "git": "https://github.com/expo/expo.git" 14 }, 15 "static_framework": true, 16 "frameworks": [ 17 "Photos", 18 "PhotosUI" 19 ], 20 "dependencies": { 21 "RCT-Folly": [ 22 "2021.07.22.00" 23 ], 24 "ABI49_0_0ExpoModulesCore": [], 25 "ABI49_0_0React-Core": [] 26 }, 27 "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32", 28 "pod_target_xcconfig": { 29 "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\"", 30 "CLANG_CXX_LANGUAGE_STANDARD": "c++17" 31 }, 32 "source_files": "EXMediaLibrary/**/*.{h,m}" 33} 34