From 87355c1b1359ead142cee8fa8c76265ecd5396ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Caetano?= Date: Thu, 6 Sep 2018 16:14:53 -0300 Subject: [PATCH] Adding jazzy config file --- .jazzy.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .jazzy.yaml 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