SPF resource record is not offered at the moment.
However you can define your SPF in a TXT record. Example:
@ TXT v=spf1 a:example.com -all
- '@' is the hostname
- 'TXT' is the resource record
- 'v=spf1 a:example.com -all' is the SPF syntax