blob: f9bfae9dc79b2ab27d8cf3b9d69eb54e8ce47d1c [file] [log] [blame]
{
"name": "AHProxySettings",
"version": "0.1.1",
"platforms": {
"osx": null
},
"license": "MIT",
"summary": "Objective-c lib to easily acquire the current system proxy settings",
"homepage": "https://github.com/eahrold/AHProxySettings",
"authors": {
"Eldon Ahrold": "eldon.ahrold@gmail.com"
},
"source": {
"git": "https://github.com/eahrold/AHProxySettings.git",
"tag": "v0.1.1"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"SystemConfiguration",
"Security"
],
"public_header_files": "AHProxySettings/*.h",
"source_files": "AHProxySettings/*.{h,m}"
}