.vscode/launch.json in cocoapods-binaryhqp-0.5.1 vs .vscode/launch.json in cocoapods-binaryhqp-0.5.2

- old
+ new

@@ -6,12 +6,12 @@ "type": "Ruby", "request": "launch", "useBundler": true, "cwd": "${workspaceRoot}/demo", // pod 命令执行的路径 "program": "/usr/local/bin/pod", - // "args": ["update", "--verbose","--sources=http://gitlab.9tong.com/ios-group/HQPFoundation/hqpspecs.git"], // `pod` 命令的参数 - "args": ["install", "--verbose"] - // "args": ["install","--hsource"] - // "args":["install", "--help"] + // "args": ["update","--hsource", "--verbose"]// `pod` 命令的参数 + // "args": ["install", "--verbose"] + // "args": ["install","--hsource", "--verbose"] + "args":["install", "--help"] } ] } \ No newline at end of file