> For the complete documentation index, see [llms.txt](https://docs.neopin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neopin.io/developers/deprecated/deprecated-neopin-connect-1.0/dapp/ios/installation.md).

# 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](/developers/walletconnect-2.0.md)
{% 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).
