Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 646 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 646 Bytes

NetworkPackage

open source networking library, build over URL sessions, you could use it by swift package manager, cocoa pods, Carthage, change what ever you like, feel okay to fork and embed the code itself inside your project

How to contribute

///this is a workarround until we find better time to do it, if you have time to make it better please go ahead

  • fork the project
  • open NetworkPackage/NetworkPackageDemo.xcproject
  • make sure you are downloading the dependicies
  • do your changes
  • commit your changes
  • re install the package with the spacific commit
  • test your changes
  • make sure all tests run successfully
  • PR for master