SwiftClient
SwiftClient copied to clipboard
A simple HTTP client library written in Swift
The documentation reads a little funky. The last few sections need some updates. Maybe an approach that includes more examples would be better.
Getting this error when building an OSX app: ``` Target 'SwiftClient' of project 'SwiftClient' was rejected as an implicit dependency for 'SwiftClient.framework' because it doesn't contain platform 'macosx' in its...
Awesome library you built here. Especially with the multipart upload. Would there be any effort to include progress related functionality for upload and download?