Installation

Preparations for NEOPIN Connect integration

Requirements

The minimum requirements for using the iOS version of NEOPIN Connect are as follows:

  • iOS 13 or higher.

  • Swift 5 or higher.

Library Download (CocoaPods)

The iOS SDK can be installed using Cocoapods. Requires Cocoapods version 1.8 or higher. Add the NEOPIN Connect SDK to your project's podfile.

platform :ios, '13.0'
use_frameworks!

target 'MyApp' do
  pod 'NeopinConnect'
end

Sample Download

Clone or download the Sample App via Github.

Dependencies

License

MIT License (see the LICENSE file).

Last updated