auto-pod
Version:
Automatically choose tunneling or direct connection for cocoapods. As easy as `pod` itself. Help you get rid of GFW of China.
14 lines • 388 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class Options {
constructor() {
this.host = '127.0.0.1';
this.port = 8080;
this.proxyListReloadTimeout = 60;
this.socks = '10.0.0.1:1080';
this.socksListFileName = null;
this.level = null;
}
}
exports.default = Options;
//# sourceMappingURL=Options.js.map