1fe5cfb17STomasz Sapeta{
2fe5cfb17STomasz Sapeta  "name": "ABI48_0_0EXUpdatesInterface",
3*d9b937f3SKudo Chien  "version": "0.9.1",
4fe5cfb17STomasz Sapeta  "summary": "Native interface for modules that optionally depend on expo-updates, e.g. expo-dev-launcher.",
5fe5cfb17STomasz Sapeta  "description": "Native interface for modules that optionally depend on expo-updates, e.g. expo-dev-launcher.",
6fe5cfb17STomasz Sapeta  "license": "MIT",
7fe5cfb17STomasz Sapeta  "authors": "650 Industries, Inc.",
8fe5cfb17STomasz Sapeta  "homepage": "https://docs.expo.dev/versions/latest/sdk/module-template",
9fe5cfb17STomasz Sapeta  "platforms": {
10fe5cfb17STomasz Sapeta    "ios": "13.0"
11fe5cfb17STomasz Sapeta  },
12fe5cfb17STomasz Sapeta  "source": {
13fe5cfb17STomasz Sapeta    "git": "https://github.com/expo/expo.git"
14fe5cfb17STomasz Sapeta  },
15fe5cfb17STomasz Sapeta  "static_framework": true,
16fe5cfb17STomasz Sapeta  "source_files": "EXUpdatesInterface/**/*.{h,m}",
17fe5cfb17STomasz Sapeta  "preserve_paths": "EXUpdatesInterface/**/*.{h,m}",
18fe5cfb17STomasz Sapeta  "requires_arc": true,
19fe5cfb17STomasz Sapeta  "pod_target_xcconfig": {
20fe5cfb17STomasz Sapeta    "DEFINES_MODULE": "YES"
21fe5cfb17STomasz Sapeta  }
22fe5cfb17STomasz Sapeta}
23