diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-02-13 13:07:19 -0800 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-02-13 13:07:19 -0800 |
commit | 4bbf6255ddf5cf39aaea156ede3e0eb9a4f6742e (patch) | |
tree | 56cd7871dea985a75aa93f7e466f560896295ca6 /scripts/push_to_cocoapods.sh | |
parent | 44c251fbc370246f6c73e40c5242248c670a2750 (diff) |
scripts: Rename CocoaPods script to match NuGet naming
Also remove top-level LICENSE file since .podspec already has it.
Diffstat (limited to 'scripts/push_to_cocoapods.sh')
-rwxr-xr-x | scripts/push_to_cocoapods.sh | 4 |
1 files changed, 0 insertions, 4 deletions
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 |