Giter VIP home page Giter VIP logo

Comments (8)

jeff-h avatar jeff-h commented on July 18, 2024 1

Wow, thanks! Love how much cleaner your code is than a certain highly-starred similar project... 🙈

from http.swift.

OrkhanAlikhanov avatar OrkhanAlikhanov commented on July 18, 2024 1

Thank you for your appreciation :)

from http.swift.

OrkhanAlikhanov avatar OrkhanAlikhanov commented on July 18, 2024

I think adding SSL support would be easy considering that Socket.swift has it. Actually once I had thought adding it, then I decided I'll add it on demand. So since you are in need, I'll add it :) Unfortunately I am and will be really really busy these days. Probably I can do it at the next weekend. Thank you for your interest :)

from http.swift.

jeff-h avatar jeff-h commented on July 18, 2024

This is awesome! Can't wait to try it out :)

from http.swift.

OrkhanAlikhanov avatar OrkhanAlikhanov commented on July 18, 2024

Hey! I thought I had left a comment here after closing via 1d1e268 . Seems that I hadn't. Sorry for that. You can reach me at gitter if you want to discuss something about Http.swift

from http.swift.

jeff-h avatar jeff-h commented on July 18, 2024

Will definitely drop in and say hi on Gitter!

I found it a bit tricky to get this to build. Since I use Carthage in my project, I'm building this separately using the workspace included with this project to build the two frameworks I need (Http.swift and Sockets.swift). But running pod install on a fresh checkout of this repo just kept installing v2.1.0 of Sockets.swift, not the newly-required v2.2.0.

In the end I got it working by modifying the Podfile like so:

  # Pods for HttpSwift
  pod 'Socket.swift', :git => 'https://github.com/BiAtoms/Socket.swift.git', :branch => 'master', :tag => '2.2.0'

I'm guessing my problems are almost certainly due to my lack of understanding Cocoapods, but I mention it here in case there's some tiny config error somewhere in the project or on Cocoapods.org or something.

from http.swift.

OrkhanAlikhanov avatar OrkhanAlikhanov commented on July 18, 2024

The build is passing in travis ci, so I am sure about my side. Your pod repo might be out of date. Remove :git => ... stuff and try pod install --repo-update it should work. As regards the carthage, it's in my queue ;)

from http.swift.

jeff-h avatar jeff-h commented on July 18, 2024

You're right — thanks a lot! The --repo-update was key... it builds just fine now.

from http.swift.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.