blob: 18f2df59ab198eb39125102b65a65ce7d48a7ca1 [file] [log] [blame]
{
"name": "AHProxySettings",
"version": "0.1.2",
"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.2"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"SystemConfiguration",
"Security"
],
"public_header_files": "AHProxySettings/*.h",
"source_files": "AHProxySettings/*.{h,m}"
}