Skip to content

Instantly share code, notes, and snippets.

@fishkingsin
Created February 21, 2019 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fishkingsin/62f2db466954b379b15e945b284899e9 to your computer and use it in GitHub Desktop.
Save fishkingsin/62f2db466954b379b15e945b284899e9 to your computer and use it in GitHub Desktop.
parse pod from folder
function paresPod
for i in (find . -name "*.podspec")
echo "pod" "'"(basename "$i" ".podpsec")"'" ", :path =>" "'"(dirname "$i")"'",
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment