openssl-ios • libcurl-ios • libssh2-ios • libgit2-ios
Curl, built for iOS as a static library and framework
- Xcode 9 or later
- ibuild
brew install IMcD23/brew/ibuild
To install libcurl-ios using Carthage, add the following line to your Cartfile:
github "IMcD23/libcurl-ios" "master"
To install libcurl-ios as a submodule into your git repository, run the following command:
git submodule add -b master https://github.com/IMcD23/libcurl-ios.git Path/To/libcurl-ios
git submodule update --init --recursive
Then, add the .xcodeproj
in the root of the repository into your Xcode project, and add it as a build dependency.
This repository is a framework wrapper around the actual project you are building. All this library does is automate the build process and integrate it nicely with Xcode. This is all done using the ibuild build system.
Check out the build.plist
file in this repo to see its build configuration.
Created by Ian McDowell
All code in this project is available under the license specified in the LICENSE file. However, since this project also bundles code from other projects, you are subject to those projects' licenses as well.