Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 471 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 471 Bytes

curl

curl ios and mac xcframework

how to use

SPM

.package(name: "curl", url: "https://github.com/zhtut/curl.git", "7.8.0"..."10.0.0")

.target(name: "XXX",
        dependencies: [ "curl" ],
        linkerSettings: [ .linkedLibrary("z") ])

recommend use CFURLSessionInterface to import curl,easier to use

.package(url: "https://github.com/zhtut/CFURLSessionInterface.git", from: "0.1.0"),

Cocoapods

pod 'curl'