From 4bbf6255ddf5cf39aaea156ede3e0eb9a4f6742e Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 13 Feb 2016 13:07:19 -0800 Subject: scripts: Rename CocoaPods script to match NuGet naming Also remove top-level LICENSE file since .podspec already has it. --- scripts/cocoapods_push.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/cocoapods_push.sh (limited to 'scripts/cocoapods_push.sh') diff --git a/scripts/cocoapods_push.sh b/scripts/cocoapods_push.sh new file mode 100755 index 0000000..d582ea4 --- /dev/null +++ b/scripts/cocoapods_push.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +#Push to igagis repo for now +pod repo push igagis pugixml.podspec --use-libraries --verbose -- cgit v1.2.3