diff options
author | Ivan Gagis <igagis@gmail.com> | 2016-02-03 19:09:24 +0200 |
---|---|---|
committer | Ivan Gagis <igagis@gmail.com> | 2016-02-03 19:09:24 +0200 |
commit | 4215a0a1592bdf220d52f99814b7aed303528bb9 (patch) | |
tree | 5323c298aa25d2f94ce39f5e1d2e16e8105789da /scripts/push_to_cocoapods.sh | |
parent | 607e46f2098487736f86197d9c017273f7302e75 (diff) |
LICENSE, podspec
Diffstat (limited to 'scripts/push_to_cocoapods.sh')
-rwxr-xr-x | scripts/push_to_cocoapods.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/push_to_cocoapods.sh b/scripts/push_to_cocoapods.sh new file mode 100755 index 0000000..d582ea4 --- /dev/null +++ b/scripts/push_to_cocoapods.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +#Push to igagis repo for now +pod repo push igagis pugixml.podspec --use-libraries --verbose |