An open API service indexing awesome lists of open source software.

https://github.com/blodely/pocketbase-objc-sdk

PocketBase Objective-C SDK
https://github.com/blodely/pocketbase-objc-sdk

Last synced: 6 months ago
JSON representation

PocketBase Objective-C SDK

Awesome Lists containing this project

README

          

# Unofficial PocketBase Objective-C SDK

Unofficial Objective-C SDK for interacting with the [PocketBase Web API](https://pocketbase.io/docs).

## Installation using Cocoapods

Add the library to your `Podfile`:

```ruby
pod 'PocketBaseObjc'
```

and run install command:

```bash
pod install
```

Import it in your code:

```objc
#import
```

## Author

Luo Yu

Monday, March 18, 2024