Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tls-inspector/tiny-curl-ios

Script to build tiny-curl for iOS
https://github.com/tls-inspector/tiny-curl-ios

curl ios library

Last synced: 1 day ago
JSON representation

Script to build tiny-curl for iOS

Awesome Lists containing this project

README

        

# tiny-curl-ios

A script to compile tiny-curl for iOS and iPadOS applications.

# Instructions

It's as simple as:

```
./build-ios.sh
```

Then add the resulting `curl.xcframework` package to your app and you're finished.

# License

This script is licensed under GPLv3.

**Important:** tiny-curl is licensed under GPLv3 which is different than the regular curl.
There are significant legal considerations when using GPL licensed code in your software,
even if you're just linking a library. Do not contact the authors of this package for
questions about the legality of using tiny-curl in your software. Licensed versions of
tiny-curl are [available for purchase](https://curl.se/tiny/) and should work with this
script.