diff --git a/.jazzy.yaml b/.jazzy.yaml new file mode 100644 index 0000000..b489bdd --- /dev/null +++ b/.jazzy.yaml @@ -0,0 +1,14 @@ +author: Flávio Caetano (@fjcaetano) +author_url: https://github.com/fjcaetano +github_url: https://github.com/fjcaetano/ReCaptcha + +readme: README.md + +module: ReCaptcha +xcodebuild_arguments: + - -workspace + - Example/ReCaptcha.xcworkspace + - -scheme + - ReCaptcha-Example + - -configuration + - Release \ No newline at end of file