blob: 920dd51f8b17018555d783765b2a9a47b38d0d0e [file] [log] [blame]
{
"name": "ProxyResolver",
"version": "0.3.0",
"summary": "Simple resolution of user proxy settings for macOS",
"description": "ProxyResolver allows simply resolve the actual proxy information from users\nsystem configuration and could be used for setting up Stream-based connections,\nfor example for Web Sockets.",
"homepage": "https://github.com/rinold/ProxyResolver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rinold": "mihail.churbanov@gmail.com"
},
"source": {
"git": "https://github.com/rinold/ProxyResolver.git",
"tag": "0.3.0"
},
"platforms": {
"osx": "10.10"
},
"source_files": "ProxyResolver/Classes/**/*"
}