Skip to content

Add initial README

Add initial README #17

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macOS-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '^15.0.1'
- uses: actions/checkout@v2
- run: swift build
podspec:
runs-on: macOS-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '^15.0.1'
- uses: actions/checkout@v2
- run: bundle install
- run: bundle exec pod lib lint