Skip to content

All classes have public init methods, so they can be used from outsid… #86

All classes have public init methods, so they can be used from outsid…

All classes have public init methods, so they can be used from outsid… #86

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: pod install
- run: pod lib lint