Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greensyntax/core-lib-example
https://github.com/greensyntax/core-lib-example
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/greensyntax/core-lib-example
- Owner: greenSyntax
- License: other
- Created: 2024-07-19T17:45:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T18:31:48.000Z (6 months ago)
- Last Synced: 2024-07-23T21:54:44.855Z (6 months ago)
- Language: C++
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### CoreLib Pod Example
Developing robust libraries for iOS apps can greatly simplify and streamline your development process. In this blog post, we’ll walk you through the process of writing a Cocoapod library using XCFramework. Whether you’re looking to share your code with the community or reuse it across multiple projects, this guide will help you get started with ease.## Why XCFramework
I just want to hide my code implementation :)#### Installation
```
pod 'CoreLib', :git => 'https://github.com/greenSyntax/core-lib-example.git'
```#### Available on Medium
https://medium.com/@greenSyntax/building-a-cocoapod-package-with-xcframeworks-0e4aaf029abd