blob: b0b55d09708c00b38b04d46bdc0bb4ee8534a667 [file] [log] [blame]
{
"name": "NetworkUtils",
"version": "2.0.1",
"summary": "Swift package for handling HTTP requests",
"homepage": "https://github.com/RyuGames/NetworkUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WyattMufson": "wyatt@ryu.games"
},
"source": {
"git": "https://github.com/RyuGames/NetworkUtils.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.3",
"source_files": "NetworkUtils/Classes/**/*",
"dependencies": {
"SwiftPromises": [
"2.0.1"
]
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.3"
}