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
- Host: GitHub
- URL: https://github.com/blodely/pocketbase-objc-sdk
- Owner: blodely
- License: mit
- Created: 2024-03-18T06:03:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T06:26:11.000Z (over 2 years ago)
- Last Synced: 2025-01-26T01:24:27.775Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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