Skip to content

liyipengwps/curl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

curl ios library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.2%
  • Other 0.8%