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 ++++ scripts/push_to_cocoapods.sh | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100755 scripts/cocoapods_push.sh delete mode 100755 scripts/push_to_cocoapods.sh (limited to 'scripts') 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 diff --git a/scripts/push_to_cocoapods.sh b/scripts/push_to_cocoapods.sh deleted file mode 100755 index d582ea4..0000000 --- a/scripts/push_to_cocoapods.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -#Push to igagis repo for now -pod repo push igagis pugixml.podspec --use-libraries --verbose -- cgit v1.2.3