blob: f7819500320ab9e37d0ecc4db11f84b6f2c0c93e [file] [log] [blame]
{
"name": "NetworkUtils",
"version": "2.0.0",
"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.0"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.3",
"source_files": "NetworkUtils/Classes/**/*",
"dependencies": {
"SwiftPromises": [
"2.0.0"
]
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.3"
}