Skip to content

PocketSwift/PocketNet

 
 

Repository files navigation

PocketNet

CocoaPods Compatible License

##PocketNet

Elegant net abstraction layer written in Swift 4.0, we provide an integration with Alamofire.

Requirements

  • iOS 10.0+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

CocoaPods 1.1+ is required to build PocketNet 1.0.0

To integrate Alamofire into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'PocketNet', '~> 1.0.0'
end

Then, run the following command:

$ pod install

Authors

Special thanks

Libraries used in this project

License

Net is available under the MIT license. See the LICENSE file for more info.

About

Elegant net framework in Swift 5.0

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages