27 lines
634 B
JSON
27 lines
634 B
JSON
{
|
|
"name": "EXFileSystem",
|
|
"version": "6.0.2",
|
|
"summary": "Provides access to the local file system on the device.",
|
|
"description": "Provides access to the local file system on the device.",
|
|
"license": "MIT",
|
|
"authors": "650 Industries, Inc.",
|
|
"homepage": "https://docs.expo.io/versions/latest/sdk/filesystem/",
|
|
"platforms": {
|
|
"ios": "10.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/expo/expo.git"
|
|
},
|
|
"source_files": "EXFileSystem/**/*.{h,m}",
|
|
"preserve_paths": "EXFileSystem/**/*.{h,m}",
|
|
"requires_arc": true,
|
|
"dependencies": {
|
|
"UMCore": [
|
|
|
|
],
|
|
"UMFileSystemInterface": [
|
|
|
|
]
|
|
}
|
|
}
|