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