forked from akoziol-solstice/AdyenCheckout-ios
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.jazzy.yaml
44 lines (34 loc) · 921 Bytes
/
.jazzy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module_name: AdyenCheckout
author_name: Adyen
author_url: https://adyen.com
github_url: https://github.com/adyen/Checkout-cocoa
clean: true
podspec: AdyenCheckout.podspec
docset_icon: Example/AdyenCheckout/Images.xcassets/AppIcon.appiconset/Icon.png
excluded_files: Example/
swift_version: 2.1
copyright: '© 2015 [Adyen](http://adyen.com).'
custom_categories:
- name: General
children:
- Checkout
- PaymentData
- name: UI
children:
- CheckoutViewController
- CheckoutViewControllerDelegate
- CheckoutHeaderView
- CheckoutPaymentButton
- CheckoutPaymentFieldView
- CheckoutPaymentFieldDelegate
- name: Card
children:
- CheckoutCardViewController
- CardPaymentData
- CardType
- CardPaymentField
# --clean \
# --author Adyen \
# --author_url https://adyen.com \
# --github_url https://github.com/adyen/Checkout-iOS \
# --module Checkout