JKCSFacilities_iOS
Steps to publish a new version:
$ git add .
$ git commit -m "comments"
$ git tag
$ git push origin master --tags
Steps to publish a new version:
$ git add .
$ git commit -m "comments"
$ git tag
$ git push origin master --tags