PranavFences 0.1.0

PranavFences 0.1.0

Maintained by Pranav Gupta.



  • By
  • Pranav Gupta

iOS Fences Client

This repository contains contracts to make REST based HTTP network calls for fences service.

Build

  • To regenerate the swift for protobuf files:
swift-protoc.sh --apps-commit <commit> --apps-tag <tag> --apps-branch <branch> \
--query-commit <commit> --query-tag <tag> --query-branch <branch> \
--fences-commit <commit> --fences-tag <tag> --fences-branch <branch> --path <path>
  • To verify the pod spec:
pod spec lint --allow-warnings --sources=ErgoPods,master
  • To push the pod spec:
pod repo push ErgoPods FencesClient.podspec --allow-warnings --sources=ErgoPods,master