# Installation

{% hint style="danger" %}
The following information is deprecated and may limit its use. Please refer to the WalletConnect 2.0 tab for the latest version of NEOPIN wallet integration: [walletconnect-2.0](https://docs.neopin.io/developers/walletconnect-2.0 "mention")
{% endhint %}

## 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](https://guides.cocoapods.org/using/getting-started.html#getting-started) 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](https://github.com/Neopin/NeopinConnect-iOS).

* Repository: <https://github.com/Neopin/NeopinConnect-iOS>

## Dependencies

* [WalletConnect](https://github.com/WalletConnect/WalletConnectSwift)
* [web3swift](https://github.com/skywinder/web3swift)
* [CryptoSwift](https://github.com/krzyzanowskim/CryptoSwift)

## License

MIT License (see the LICENSE file).
