1*af2ec015STomasz Sapeta{
2*af2ec015STomasz Sapeta  "name": "ABI49_0_0EXFileSystem",
3*af2ec015STomasz Sapeta  "version": "15.4.0",
4*af2ec015STomasz Sapeta  "summary": "Provides access to the local file system on the device.",
5*af2ec015STomasz Sapeta  "description": "Provides access to the local file system on the device.",
6*af2ec015STomasz Sapeta  "license": "MIT",
7*af2ec015STomasz Sapeta  "authors": "650 Industries, Inc.",
8*af2ec015STomasz Sapeta  "homepage": "https://docs.expo.dev/versions/latest/sdk/filesystem/",
9*af2ec015STomasz Sapeta  "platforms": {
10*af2ec015STomasz Sapeta    "ios": "13.0"
11*af2ec015STomasz Sapeta  },
12*af2ec015STomasz Sapeta  "swift_versions": "5.4",
13*af2ec015STomasz Sapeta  "source": {
14*af2ec015STomasz Sapeta    "git": "https://github.com/expo/expo.git"
15*af2ec015STomasz Sapeta  },
16*af2ec015STomasz Sapeta  "static_framework": true,
17*af2ec015STomasz Sapeta  "dependencies": {
18*af2ec015STomasz Sapeta    "ABI49_0_0ExpoModulesCore": []
19*af2ec015STomasz Sapeta  },
20*af2ec015STomasz Sapeta  "pod_target_xcconfig": {
21*af2ec015STomasz Sapeta    "DEFINES_MODULE": "YES",
22*af2ec015STomasz Sapeta    "SWIFT_COMPILATION_MODE": "wholemodule"
23*af2ec015STomasz Sapeta  },
24*af2ec015STomasz Sapeta  "source_files": "EXFileSystem/**/*.{h,m,swift}",
25*af2ec015STomasz Sapeta  "exclude_files": "Tests/",
26*af2ec015STomasz Sapeta  "testspecs": [
27*af2ec015STomasz Sapeta    {
28*af2ec015STomasz Sapeta      "name": "Tests",
29*af2ec015STomasz Sapeta      "test_type": "unit",
30*af2ec015STomasz Sapeta      "dependencies": {
31*af2ec015STomasz Sapeta        "ExpoModulesTestCore": []
32*af2ec015STomasz Sapeta      },
33*af2ec015STomasz Sapeta      "source_files": "Tests/**/*.{m,swift}"
34*af2ec015STomasz Sapeta    }
35*af2ec015STomasz Sapeta  ],
36*af2ec015STomasz Sapeta  "swift_version": "5.4"
37*af2ec015STomasz Sapeta}
38