Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tls-inspector/tiny-curl-ios
- Owner: tls-inspector
- License: gpl-3.0
- Created: 2020-09-05T19:35:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T19:17:10.000Z (about 2 years ago)
- Last Synced: 2024-11-10T07:39:04.232Z (about 2 months ago)
- Topics: curl, ios, library
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.