TapNetworkKit-iOS 1.0.14

TapNetworkKit-iOS 1.0.14

Maintained by kareemTap, Osama Rabie.



 
Depends on:
TapAdditionsKitV2>= 0
CommonDataModelsKit-iOS>= 0
TapCardVlidatorKit-iOS>= 0
SwiftyRSA>= 0
TapApplicationV2>= 0
 

  • By
  • Tap Payments

TapNetworkKit-iOS

A SDK that provides an interface to manage network and api calls inside tap apis.

Platform CocoaPods Compatible

Requirements

To use the SDK the following requirements must be met:

  1. Xcode 11.0 or newer
  2. Swift 4.0 or newer (preinstalled with Xcode)
  3. Deployment target SDK for the app: iOS 12.0 or later

Installation


Installation with CocoaPods

CocoaPods is a dependency manager, which automates and simplifies the process of using 3rd-party libraries in your projects. You can install it with the following command:

$ gem install cocoapods

Podfile

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

platform :ios, '12.0'
use_frameworks!

source 'https://github.com/CocoaPods/Specs.git'

target 'MyApp' do
    
    pod 'TapUIKit-iOS'

end

Then, run the following command:

$ pod update

Setup