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/cocoapods_push.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/cocoapods_push.sh')
-rwxr-xr-x | scripts/cocoapods_push.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |