1{
2  "name": "ABI49_0_0ExpoNetwork",
3  "version": "5.4.0",
4  "summary": "Provides useful information about the device's network such as its IP address, MAC address, and airplane mode status",
5  "description": "Provides useful information about the device's network such as its IP address, MAC address, and airplane mode status",
6  "license": "MIT",
7  "authors": "650 Industries, Inc.",
8  "homepage": "https://docs.expo.dev/versions/latest/sdk/network/",
9  "platforms": {
10    "ios": "13.0"
11  },
12  "source": {
13    "git": "https://github.com/expo/expo.git"
14  },
15  "static_framework": true,
16  "dependencies": {
17    "ABI49_0_0ExpoModulesCore": []
18  },
19  "pod_target_xcconfig": {
20    "DEFINES_MODULE": "YES",
21    "SWIFT_COMPILATION_MODE": "wholemodule"
22  },
23  "source_files": "**/*.{h,m,swift}"
24}
25