# TapNetworkKit-iOS **Repository Path**: izdan369/TapNetworkKit-iOS ## Basic Information - **Project Name**: TapNetworkKit-iOS - **Description**: 使用开发iOS - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-23 - **Last Updated**: 2024-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TapNetworkKit-iOS A SDK that provides an interface to manage network and api calls inside tap apis. [![Platform](https://img.shields.io/cocoapods/p/TapNetworkKit-iOS.svg?style=flat)](https://github.com/Tap-Payments/TapNetworkKit-iOS) [![CocoaPods Compatible](https://img.shields.io/cocoapods/v/TapNetworkKit-iOS.svg?style=flat)](https://img.shields.io/Tap-Payments/v/TapNetworkKit-iOS) ## 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](http://cocoapods.org/) 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 ------